# HG changeset patch # User Brian Neal # Date 1391284731 21600 # Node ID e29fd75628d6204ac64675a8047bffe22c879d99 # Parent 49bebfa6f9d3bc569844632b4a22fe79ea29798f Turn on disqus comments. diff -r 49bebfa6f9d3 -r e29fd75628d6 pelicanconf.py --- a/pelicanconf.py Fri Jan 31 20:32:36 2014 -0600 +++ b/pelicanconf.py Sat Feb 01 13:58:51 2014 -0600 @@ -63,6 +63,11 @@ ############################################################################### +DISQUS_SITENAME = 'deathofagremmie' +DISQUS_DISPLAY_COUNTS = True + +############################################################################### + THEME = '/home/brian/coding/python/venvs/blog/pelican-bootstrap3' BOOTSTRAP_THEME = 'readable' BOOTSTRAP_NAVBAR_INVERSE = True