diff --git a/pelicanconf.py b/pelicanconf.py index d4f940f..8994777 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,7 +31,6 @@ DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing # RELATIVE_URLS = True -DISPLAY_CATEGORIES_ON_MENU = False DEFAULT_DATE = (2015, 3, 1) TYPOGRIFY = True @@ -42,7 +41,9 @@ PAGE_SAVE_AS = '{slug}.html' PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' -THEME = 'themes/skeleton/' +THEME = 'themes/nest/' +# Confs relative to the theme nest +NEST_HEADER_IMAGES = 'images/hm2015_banner_468x60.jpg' # Pelican bootstrap 3 theme settings BOOTSTRAP_THEME = 'cyborg'