forked from boyska/sito-hackit-16
Enables nest theme and sets homepage banner image
This commit is contained in:
parent
22adf056a9
commit
0beab4277c
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue