Mercurial > hg > Blog
comparison pelicanconf.py @ 38:ee16c7218357
update to pelican 3.4.0
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 21 Aug 2014 17:39:35 +0200 |
parents | 7380bf280fc9 |
children | e6872b8d42e2 |
comparison
equal
deleted
inserted
replaced
31:030b4c55e6e2 | 38:ee16c7218357 |
---|---|
8 | 8 |
9 LOCALE = 'de_DE' | 9 LOCALE = 'de_DE' |
10 TIMEZONE = 'Europe/Berlin' | 10 TIMEZONE = 'Europe/Berlin' |
11 TYPOGRIFY = True | 11 TYPOGRIFY = True |
12 | 12 |
13 PLUGIN_PATH = '../simple_comments' | 13 PLUGIN_PATHS = [ '../simple_comments' ] |
14 PLUGINS = [ 'simple_comments', 'pelicaptcha' ] | 14 PLUGINS = [ 'simple_comments', 'pelicaptcha' ] |
15 | 15 |
16 # simple_comments plugin config | 16 # simple_comments plugin config |
17 COMMENT_PATH = 'comments' | 17 COMMENT_PATH = 'comments' |
18 | 18 |