[gimp-web/testing] Add contribute.json to STATIC_PATHS in pelicanconf.local.py



commit af6ca6b35cc6c43a42ba070b17724060168d489e
Author: Pat David <patdavid gmail com>
Date:   Thu Oct 20 13:55:46 2016 -0500

    Add contribute.json to STATIC_PATHS in pelicanconf.local.py

 pelicanconf.local.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.local.py b/pelicanconf.local.py
index a98c1fc..279f445 100644
--- a/pelicanconf.local.py
+++ b/pelicanconf.local.py
@@ -74,7 +74,7 @@ DEFAULT_PAGINATION = False
 READERS = {'html': None}
 
 # This will copy over these folders w/o modification
-STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news']
+STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news', 'contribute.json']
 
 # 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.


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