# HG changeset patch # User Dirk Olmes # Date 1408635575 -7200 # Node ID ee16c7218357815b4aaba6db4e81fbafd280117e # Parent 030b4c55e6e2821c30bb6376f4a97563f5666389 update to pelican 3.4.0 diff -r 030b4c55e6e2 -r ee16c7218357 .hgignore --- 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 diff -r 030b4c55e6e2 -r ee16c7218357 pelicanconf.py --- 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