Mercurial > public > pelican-blog
changeset 15:4ed3f207aa65
I lost my About page when I set PATH in previous commit. Fixed.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 20 Feb 2014 22:23:49 -0600 |
parents | 6e0d4799796d |
children | 4280c90d5030 |
files | pelicanconf.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pelicanconf.py Thu Feb 20 19:47:19 2014 -0600 +++ b/pelicanconf.py Thu Feb 20 22:23:49 2014 -0600 @@ -7,6 +7,7 @@ SITEURL = '' PATH = 'content' +PAGE_DIR = '../pages' TIMEZONE = 'US/Central' @@ -75,6 +76,7 @@ BOOTSTRAP_THEME = 'readable-bgn' BOOTSTRAP_NAVBAR_INVERSE = True FAVICON = 'extra/favicon.ico' +DISPLAY_PAGES_ON_MENU = True DISPLAY_RECENT_POSTS_ON_SIDEBAR = True RECENT_POST_COUNT = 10 CC_LICENSE = 'CC-BY'