summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/extras/custom.css6
-rw-r--r--content/images/banner.pngbin0 -> 1114060 bytes
-rw-r--r--pelicanconf.py1
3 files changed, 6 insertions, 1 deletions
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
--- /dev/null
+++ b/content/images/banner.png
Binary files 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']