aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-04-28 11:43:05 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-05-07 08:52:04 +0200
commitaf304ad01aabfd1c62f0cc5f3c6189c3bc2fa84f (patch)
tree3f8fbdd09aab710761470b296b5fa9a889d8b518 /pelicanconf.py
parentfc5d0133e72b9f146bcc5e6998ea9162a1997409 (diff)
New article on rst2odt usage
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 4a145e8..6edae01 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -30,7 +30,7 @@ TAG_FEED_ATOM = 'feeds/%s.atom'
ARTICLE_URL = u'{date:%Y}/{date:%m}/{slug}/'
ARTICLE_SAVE_AS = u'{date:%Y}/{date:%m}/{slug}/index.html'
-
+STATIC_PATHS = ['images', 'resources']
THEME = 'theme'
TYPOGRIFY = True