[gimp-web/gimp-web-static] Working on meta still...



commit cef1584e20cdac96eb91a6f203d9ca72d481268d
Author: Pat David <pat patdavid net>
Date:   Sun Aug 2 07:57:02 2015 -0500

    Working on meta still...

 content/pages/meta.md |    2 ++
 pelicanconf.py        |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/content/pages/meta.md b/content/pages/meta.md
index f77d7de..8191a00 100644
--- a/content/pages/meta.md
+++ b/content/pages/meta.md
@@ -42,6 +42,8 @@ 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*).  
 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.
+
 
 [WGO Redesign]: http://wiki.gimp.org/index.php?title=WGO_Redesign
 [Markdown]: http://daringfireball.net/projects/markdown/ 
diff --git a/pelicanconf.py b/pelicanconf.py
index a41fe31..8cf601a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -34,6 +34,7 @@ DEFAULT_PAGINATION = False
 # Uncomment following line if you want document-relative URLs when developing
 #RELATIVE_URLS = True
 
+STATIC_PATHS = ['images']
 
 PAGE_URL = "{slug}/"
 PAGE_SAVE_AS = "{slug}/index.html"



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