diff --git a/content/images/banner.png b/content/images/banner.png new file mode 100644 index 0000000..6b23d57 Binary files /dev/null and b/content/images/banner.png differ diff --git a/pelicanconf.py b/pelicanconf.py index 13b1147..be89945 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -41,6 +41,7 @@ PAGE_SAVE_AS = '{slug}.html' PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' +#PAGE_BACKGROUND = 'images/background.jpg' THEME = 'themes/nest/' # Confs relative to the theme nest NEST_HEADER_LOGO = 'images/hm2015_banner_468x60.jpg'