summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index ff8133a..5cbbdf5 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -8,6 +8,11 @@ SITEURL = ''
PATH = 'content'
THEME = 'pelican-themes/pelican-bootstrap3'
+BOOTSTRAP_THEME = 'superhero'
+CUSTOM_CSS = 'static/custom.css'
+
+# ignore tipuesearch for now as it's not used
+IGNORE_FILES = ['.#*', '*~', 'TODO', 'tipuesearch']
TIMEZONE = 'Europe/Berlin'
@@ -29,6 +34,7 @@ STATIC_PATHS = [
]
EXTRA_PATH_METADATA = {
'extras/robots.txt': {'path': 'robots.txt'},
+ 'extras/custom.css': {'path': 'static/custom.css'}
}
# only publish, if status is published