summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 18:53:51 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 18:53:51 +0200
commita6ac5ee0468dfc081065f4049423abc38dec54ba (patch)
tree09faac599ef757e39cdb1dd1af65aa67f6e4c794 /pelicanconf.py
parent0b11a6fb9585a9fd4cc5af10c280c009d96a4ceb (diff)
downloadblog-a6ac5ee0468dfc081065f4049423abc38dec54ba.zip
blog-a6ac5ee0468dfc081065f4049423abc38dec54ba.tar.gz
blog-a6ac5ee0468dfc081065f4049423abc38dec54ba.tar.bz2
add favicon
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 5cbbdf5..9d3b19f 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,6 +10,7 @@ PATH = 'content'
THEME = 'pelican-themes/pelican-bootstrap3'
BOOTSTRAP_THEME = 'superhero'
CUSTOM_CSS = 'static/custom.css'
+FAVICON = 'extras/favicon.ico'
# ignore tipuesearch for now as it's not used
IGNORE_FILES = ['.#*', '*~', 'TODO', 'tipuesearch']