changeset 5:4b5cdcc351c5

Use a cloned copy of pelican-bootstrap3 repo as my theme.
author Brian Neal <bgneal@gmail.com>
date Fri, 31 Jan 2014 19:12:50 -0600
parents 7ce6393e6d30
children 061a5ff7ec61
files pelicanconf.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'