Browse Source

Enables nest theme and sets homepage banner image

sValo 8 years ago
parent
commit
0beab4277c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pelicanconf.py

+ 3 - 2
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'