changeset 13:bcfe2a2c8358

Take advantages of new pelican-bootstrap3 features. Show date & tags on index. Show twitter widget. The Bootstrap readable theme was updated. I didn't like the new version as much so I saved it as 'readable-bgn' in my pelican-bootstrap3 repo. Added a setting PATH = 'content' to prevent weird errors when using 'fab regenerate', etc. Got this by googling.
author Brian Neal <bgneal@gmail.com>
date Mon, 10 Feb 2014 20:03:21 -0600
parents 5ff71680269a
children 6e0d4799796d
files pelicanconf.py
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pelicanconf.py	Tue Feb 04 18:44:59 2014 -0600
+++ b/pelicanconf.py	Mon Feb 10 20:03:21 2014 -0600
@@ -6,6 +6,8 @@
 SITENAME = u'Death of a Gremmie'
 SITEURL = ''
 
+PATH = 'content'
+
 TIMEZONE = 'US/Central'
 
 DEFAULT_LANG = u'en'
@@ -70,9 +72,13 @@
 ###############################################################################
 
 THEME = '/home/brian/coding/python/venvs/blog/pelican-bootstrap3'
-BOOTSTRAP_THEME = 'readable'
+BOOTSTRAP_THEME = 'readable-bgn'
 BOOTSTRAP_NAVBAR_INVERSE = True
 FAVICON = 'extra/favicon.ico'
 DISPLAY_RECENT_POSTS_ON_SIDEBAR = True
 RECENT_POST_COUNT = 10
 CC_LICENSE = 'CC-BY'
+
+DISPLAY_ARTICLE_INFO_ON_INDEX = True
+TWITTER_USERNAME = 'bgneal'
+TWITTER_WIDGET_ID = '373250113528807425'