Mercurial > hg > Blog
diff pelicanconf.py @ 39:e6872b8d42e2
do not genereate captchas: the comments script sends comment notification mails now
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 30 Sep 2014 03:30:03 +0200 |
parents | 96084c11584a ee16c7218357 |
children | 51d2ddc51e40 |
line wrap: on
line diff
--- a/pelicanconf.py Mon Sep 01 04:16:11 2014 +0200 +++ b/pelicanconf.py Tue Sep 30 03:30:03 2014 +0200 @@ -10,9 +10,9 @@ TIMEZONE = 'Europe/Berlin' TYPOGRIFY = True -PLUGIN_PATHS = [ '../simple_comments' ] -#PLUGINS = [ 'simple_comments', 'pelicaptcha' ] -PLUGINS = [ 'simple_comments' ] +PLUGIN_PATHS = ['../simple_comments'] +#PLUGINS = ['simple_comments', 'pelicaptcha'] +PLUGINS = ['simple_comments'] # simple_comments plugin config COMMENT_PATH = 'comments'