Mercurial > hg > Blog
changeset 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 | 030b4c55e6e2 |
children | e6872b8d42e2 |
files | .hgignore pelicanconf.py |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Wed Aug 06 02:26:19 2014 +0200 +++ b/.hgignore Thu Aug 21 17:39:35 2014 +0200 @@ -1,4 +1,5 @@ .pyc +cache +output pelican.pid srv.pid -output
--- a/pelicanconf.py Wed Aug 06 02:26:19 2014 +0200 +++ b/pelicanconf.py Thu Aug 21 17:39:35 2014 +0200 @@ -10,7 +10,7 @@ TIMEZONE = 'Europe/Berlin' TYPOGRIFY = True -PLUGIN_PATH = '../simple_comments' +PLUGIN_PATHS = [ '../simple_comments' ] PLUGINS = [ 'simple_comments', 'pelicaptcha' ] # simple_comments plugin config