[gimp-web/gimp-web-static] Writing more content for meta.md



commit 9ec3ba81c4314a4afb7286c7931dd878afd2c5e2
Author: Pat David <patdavid gmail com>
Date:   Mon Aug 3 09:19:51 2015 -0500

    Writing more content for meta.md
    
    Just filling out more of the meta.md page describing what I'm up to.

 content/pages/meta.md |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/content/pages/meta.md b/content/pages/meta.md
index d3a6461..8471827 100644
--- a/content/pages/meta.md
+++ b/content/pages/meta.md
@@ -66,12 +66,22 @@ Only provisional support for 3.3+.
 Simplest method is simply: `pip install pelican`
 3. Install some extra components:
     * For [Markdown] support:  
-    pip install Markdown
+    `pip install Markdown`
     * For fancy typography elements with [typogrify]:  
-    pip install typogrify
+    `pip install typogrify`
 
 
-For detailed information refer to [the documentation](http://docs.getpelican.com/en/3.6.2/) for Pelican.
+For detailed information refer to the [Pelican documentation](http://docs.getpelican.com/en/3.6.2/).
+
+
+
+#### Building the site
+
+Building the site is relatively straightforward:
+
+`pelican -t ./themes/newgimp`
+
+The `-t ./themes/newgimp` option is to specify a particular theme and is only temporary (it will be 
incorporated into the build system through the `pelicanconf.py` later at some point).
 
 
 *Pelican webserver*:  
@@ -81,8 +91,6 @@ For detailed information refer to [the documentation](http://docs.getpelican.com
 
 
 
-
-
 [WGO Redesign]: http://wiki.gimp.org/index.php?title=WGO_Redesign
 [Markdown]: http://daringfireball.net/projects/markdown/ 
 [reStructuredText]: http://sphinx-doc.org/rest.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]