diff --git a/pelicanconf.py b/pelicanconf.py index ee3d33c..7e02367 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,13 +42,13 @@ PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' #PAGE_BACKGROUND = 'images/background.jpg' -THEME = 'themes/nest/' +THEME = 'themes/skeleton/' # Confs relative to the theme nest -NEST_HEADER_IMAGES = 'banner.png' +#NEST_HEADER_IMAGES = 'banner.png' #For future uses #NEST_FOOTER_HTML = '' -NEST_COPYRIGHT = u'Sito realizzato da hackmeeting' +#NEST_COPYRIGHT = u'Sito realizzato da hackmeeting' # Pelican bootstrap 3 theme settings BOOTSTRAP_THEME = 'cyborg'