[gimp-web/testing: 2/2] Add contribute.json to STATIC_PATHS



commit 99646a653c0cc84bfaaba80100c09f07f67acb2e
Author: Pat David <patdavid gmail com>
Date:   Thu Oct 20 13:54:40 2016 -0500

    Add contribute.json to STATIC_PATHS

 pelicanconf.testing.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.testing.py b/pelicanconf.testing.py
index 8832036..d9e86e1 100644
--- a/pelicanconf.testing.py
+++ b/pelicanconf.testing.py
@@ -75,7 +75,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 hereMarkdown.


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