diff pelicanconf.py @ 10:bd8e75de187a

use the simple_comments plugin instead of juvia now
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 15 Jul 2013 11:43:18 +0200
parents 6e2bcaecf3ec
children 7bfdc2b1d768
line wrap: on
line diff
--- a/pelicanconf.py	Mon Jul 01 04:09:23 2013 +0200
+++ b/pelicanconf.py	Mon Jul 15 11:43:18 2013 +0200
@@ -10,6 +10,9 @@
 TIMEZONE = 'Europe/Berlin'
 TYPOGRIFY = True
 
+PLUGIN_PATH = '../simple_comments'
+PLUGINS = [ 'simple_comments' ]
+
 # this theme looks ok but has some downsides:
 # - tag list at the bottom only
 # - html validation errors
@@ -26,8 +29,7 @@
 CATEGORY_FEED_ATOM = None
 TRANSLATION_FEED_ATOM = None
 
-JUVIA_URL = 'http://xanthippe.dyndns.org/juvia'
-JUVIA_SITE_KEY='5i1fkpmzhyot9d54c9aurbplte82q5j'
+COMMENT_PATH = 'comments'
 
 # Blogroll
 LINKS =  () #('Pelican', 'http://getpelican.com/'),