comparison 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
comparison
equal deleted inserted replaced
71:6e8d97e43bd7 72:c2b99e876559
10 DEFAULT_LANG = u'de' 10 DEFAULT_LANG = u'de'
11 TIMEZONE = 'Europe/Berlin' 11 TIMEZONE = 'Europe/Berlin'
12 DEFAULT_DATE_FORMAT = u'%d.%m.%Y' 12 DEFAULT_DATE_FORMAT = u'%d.%m.%Y'
13 TYPOGRIFY = True 13 TYPOGRIFY = True
14 14
15 PLUGIN_PATHS = ['../simple_comments'] 15 PLUGIN_PATHS = ['../pelican-plugins/pelican_comment_system']
16 #PLUGINS = ['simple_comments', 'pelicaptcha'] 16 PLUGINS = ['pelican_comment_system']
17 PLUGINS = ['simple_comments']
18 17
19 # simple_comments plugin config 18 # pelican_comment_system plugin config
20 COMMENT_PATH = 'comments' 19 PELICAN_COMMENT_SYSTEM = True
21
22 # pelicaptcha plugin config
23 PELICAPTCHA_FONT = '/usr/share/tuxpaint/fonts/FreeMono.ttf'
24 20
25 # this theme looks ok but has some downsides: 21 # this theme looks ok but has some downsides:
26 # - tag list at the bottom only 22 # - tag list at the bottom only
27 # - html validation errors 23 # - html validation errors
28 #THEME = '../pelican-themes/built-texts' 24 #THEME = '../pelican-themes/built-texts'