Mercurial > public > pelican-blog
diff pelicanconf.py @ 8:e29fd75628d6
Turn on disqus comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 Feb 2014 13:58:51 -0600 |
parents | 061a5ff7ec61 |
children | 5ff71680269a |
line wrap: on
line diff
--- 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