Enables nest theme and sets homepage banner image

This commit is contained in:
sValo 2016-03-05 17:52:38 +01:00
parent 22adf056a9
commit 0beab4277c

View file

@ -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'