# HG changeset patch # User Brian Neal # Date 1391217170 21600 # Node ID 4b5cdcc351c5e1cdb6733512f0810a323a915208 # Parent 7ce6393e6d30120059dab98b5f20bf84dcca868a Use a cloned copy of pelican-bootstrap3 repo as my theme. diff -r 7ce6393e6d30 -r 4b5cdcc351c5 pelicanconf.py --- a/pelicanconf.py Thu Jan 30 21:45:03 2014 -0600 +++ b/pelicanconf.py Fri Jan 31 19:12:50 2014 -0600 @@ -63,7 +63,7 @@ ############################################################################### -THEME = '/home/brian/coding/python/venvs/blog/pelican-themes/pelican-bootstrap3' +THEME = '/home/brian/coding/python/venvs/blog/pelican-bootstrap3' BOOTSTRAP_THEME = 'readable' BOOTSTRAP_NAVBAR_INVERSE = True FAVICON = 'extra/favicon.ico'