[gimp-web/gimp-web-static] Made a minor note in pelicanconf.py about PAGE_PATHS



commit 6b916127949ef86fa8eb4fe2620c447fa7f3aab9
Author: Pat David <pat patdavid net>
Date:   Fri Nov 20 21:39:19 2015 -0600

    Made a minor note in pelicanconf.py about PAGE_PATHS

 pelicanconf.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index aa027e3..3e22ddc 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -61,6 +61,7 @@ STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop
 
 
 # This sets which directories will be parsed as pages (vs. news/articles)
+# If a new directory is to be added under content/, make sure it gets added here.
 PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads', 
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix']
 
 ARTICLE_PATHS = ['news']


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