Mercurial > public > pelican-blog
changeset 8:e29fd75628d6
Turn on disqus comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 Feb 2014 13:58:51 -0600 |
parents | 49bebfa6f9d3 |
children | 271bed1181df |
files | pelicanconf.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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