[gimp-web/gimp-web-static] Added more info to setting up/using Pelican



commit ece7fe62d53285c3345e05c27ba11ab1a8eef83c
Author: Pat David <patdavid gmail com>
Date:   Mon Aug 3 10:54:31 2015 -0500

    Added more info to setting up/using Pelican
    
    Just added more information to the meta.md page about
    setting up and using Pelican.

 content/pages/meta.md |    5 ++---
 pelicanconf.py        |    1 +
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/content/pages/meta.md b/content/pages/meta.md
index 2821fbe..2b83123 100644
--- a/content/pages/meta.md
+++ b/content/pages/meta.md
@@ -39,7 +39,7 @@ A new facelift can't hurt from a PR standpoint.
 This redesign is an attempt to make the barrier to collaboration lower.
 In particular, the main ways to accomplish this include:
 
-1. Writing new content in a simplified format, such as [Markdown] or [reStructuredText][] (*the official 
documentation was hosted on sourceforge as part of docutils... so this link is to the Sphinx project*).  
+1. Writing content in a simplified format, such as [Markdown] or [reStructuredText][] (*the official 
documentation was hosted on sourceforge as part of docutils... so this link is to the Sphinx project*).  
 Contributors who may be able to write quality material may *not* be comfortable writing in pure HTML.
 
 2. Ease the requirements to build and test the site locally.  
@@ -100,8 +100,7 @@ For Python 3:
 `cd output`  
 `pythong m http.server`
 
-*Pelican webserver*:  
-`python -m pelican.server`  
+The site can then be accessed locally at:  
 `localhost:8000`
 
 
diff --git a/pelicanconf.py b/pelicanconf.py
index 32b46fd..5ab8611 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -37,6 +37,7 @@ DEFAULT_PAGINATION = False
 
 # Pat David changes while building/testing
 
+# This will copy over these folders w/o modification
 STATIC_PATHS = ['images']
 
 THEME = "./themes/newgimp"



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