summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 22:13:08 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 22:13:08 +0200
commit051ff1dc5eb37c95f59de0a5d47ee2725f69946d (patch)
treedec74ef61d8062dd196ef7f1afd09599786118a5 /pelicanconf.py
parent39b80382ac205719207f127e05d78b94fa6490e0 (diff)
downloadblog-051ff1dc5eb37c95f59de0a5d47ee2725f69946d.zip
blog-051ff1dc5eb37c95f59de0a5d47ee2725f69946d.tar.gz
blog-051ff1dc5eb37c95f59de0a5d47ee2725f69946d.tar.bz2
add banner
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 0c7eae2..1fff3b9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,6 +11,7 @@ THEME = 'pelican-themes/pelican-bootstrap3'
BOOTSTRAP_THEME = 'superhero'
CUSTOM_CSS = 'static/custom.css'
FAVICON = 'extras/favicon.ico'
+BANNER = 'images/banner.png'
# ignore tipuesearch for now as it's not used
IGNORE_FILES = ['.#*', '*~', 'TODO', 'tipuesearch']