comparison pelicanconf.py @ 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 c3115da3ff73
children 061a5ff7ec61
comparison
equal deleted inserted replaced
4:7ce6393e6d30 5:4b5cdcc351c5
61 'extra/favicon.ico', 61 'extra/favicon.ico',
62 ] 62 ]
63 63
64 ############################################################################### 64 ###############################################################################
65 65
66 THEME = '/home/brian/coding/python/venvs/blog/pelican-themes/pelican-bootstrap3' 66 THEME = '/home/brian/coding/python/venvs/blog/pelican-bootstrap3'
67 BOOTSTRAP_THEME = 'readable' 67 BOOTSTRAP_THEME = 'readable'
68 BOOTSTRAP_NAVBAR_INVERSE = True 68 BOOTSTRAP_NAVBAR_INVERSE = True
69 FAVICON = 'extra/favicon.ico' 69 FAVICON = 'extra/favicon.ico'
70 DISPLAY_RECENT_POSTS_ON_SIDEBAR = True 70 DISPLAY_RECENT_POSTS_ON_SIDEBAR = True
71 RECENT_POST_COUNT = 10 71 RECENT_POST_COUNT = 10