From 051ff1dc5eb37c95f59de0a5d47ee2725f69946d Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 29 Jul 2016 22:13:08 +0200 Subject: add banner --- content/extras/custom.css | 6 +++++- content/images/banner.png | Bin 0 -> 1114060 bytes pelicanconf.py | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/images/banner.png diff --git a/content/extras/custom.css b/content/extras/custom.css index 08928ff..d287284 100644 --- a/content/extras/custom.css +++ b/content/extras/custom.css @@ -9,4 +9,8 @@ .navbar-brand { font-size: 20px; -} \ No newline at end of file +} + +#banner h1 { + font-size: 25px; +} diff --git a/content/images/banner.png b/content/images/banner.png new file mode 100644 index 0000000..60103f3 Binary files /dev/null and b/content/images/banner.png differ 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'] -- cgit v1.1