Mercurial > hg > Blog
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:6e2bcaecf3ec | 10:bd8e75de187a |
---|---|
7 SITEURL = 'http://xanthippe.dyndns.org/blog' | 7 SITEURL = 'http://xanthippe.dyndns.org/blog' |
8 | 8 |
9 LOCALE = 'de_DE' | 9 LOCALE = 'de_DE' |
10 TIMEZONE = 'Europe/Berlin' | 10 TIMEZONE = 'Europe/Berlin' |
11 TYPOGRIFY = True | 11 TYPOGRIFY = True |
12 | |
13 PLUGIN_PATH = '../simple_comments' | |
14 PLUGINS = [ 'simple_comments' ] | |
12 | 15 |
13 # this theme looks ok but has some downsides: | 16 # this theme looks ok but has some downsides: |
14 # - tag list at the bottom only | 17 # - tag list at the bottom only |
15 # - html validation errors | 18 # - html validation errors |
16 #THEME = '../pelican-themes/built-texts' | 19 #THEME = '../pelican-themes/built-texts' |
24 # Feed generation is usually not desired when developing | 27 # Feed generation is usually not desired when developing |
25 FEED_ALL_ATOM = None | 28 FEED_ALL_ATOM = None |
26 CATEGORY_FEED_ATOM = None | 29 CATEGORY_FEED_ATOM = None |
27 TRANSLATION_FEED_ATOM = None | 30 TRANSLATION_FEED_ATOM = None |
28 | 31 |
29 JUVIA_URL = 'http://xanthippe.dyndns.org/juvia' | 32 COMMENT_PATH = 'comments' |
30 JUVIA_SITE_KEY='5i1fkpmzhyot9d54c9aurbplte82q5j' | |
31 | 33 |
32 # Blogroll | 34 # Blogroll |
33 LINKS = () #('Pelican', 'http://getpelican.com/'), | 35 LINKS = () #('Pelican', 'http://getpelican.com/'), |
34 # ('Python.org', 'http://python.org/'), | 36 # ('Python.org', 'http://python.org/'), |
35 # ('Jinja2', 'http://jinja.pocoo.org/'), | 37 # ('Jinja2', 'http://jinja.pocoo.org/'), |