diff pelicanconf.py @ 72:c2b99e876559 pelican_comment_system

use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 02 Jan 2016 04:47:39 +0100
parents 20b38f558fee
children ab417a6e0b05
line wrap: on
line diff
--- a/pelicanconf.py	Sat Jan 02 03:18:12 2016 +0100
+++ b/pelicanconf.py	Sat Jan 02 04:47:39 2016 +0100
@@ -12,15 +12,11 @@
 DEFAULT_DATE_FORMAT = u'%d.%m.%Y'
 TYPOGRIFY = True
 
-PLUGIN_PATHS = ['../simple_comments']
-#PLUGINS = ['simple_comments', 'pelicaptcha']
-PLUGINS = ['simple_comments']
+PLUGIN_PATHS = ['../pelican-plugins/pelican_comment_system']
+PLUGINS = ['pelican_comment_system']
 
-# simple_comments plugin config
-COMMENT_PATH = 'comments'
-
-# pelicaptcha plugin config
-PELICAPTCHA_FONT = '/usr/share/tuxpaint/fonts/FreeMono.ttf'
+# pelican_comment_system plugin config
+PELICAN_COMMENT_SYSTEM = True
 
 # this theme looks ok but has some downsides:
 # - tag list at the bottom only