diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-28 11:43:05 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-07 08:52:04 +0200 |
commit | af304ad01aabfd1c62f0cc5f3c6189c3bc2fa84f (patch) | |
tree | 3f8fbdd09aab710761470b296b5fa9a889d8b518 /pelicanconf.py | |
parent | fc5d0133e72b9f146bcc5e6998ea9162a1997409 (diff) |
New article on rst2odt usage
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 2 |
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 |