Mercurial > hg > Blog
comparison pelicanconf.py @ 32:f3f83d0c6a24
update to pelican 3.4
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 29 Aug 2014 06:13:20 +0200 |
parents | 7380bf280fc9 |
children | 96084c11584a |
comparison
equal
deleted
inserted
replaced
31:030b4c55e6e2 | 32:f3f83d0c6a24 |
---|---|
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 |