commit 40c4ea1601e31164e62f681bb8f896f9069ba75c
parent 098652e024fb778c925513326e1c1445c4ad1b63
Author: FIGBERT <figbert@figbert.com>
Date: Sat, 15 Aug 2020 23:40:51 -0700
:lipstick: Update config file for new template
Diffstat:
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
@@ -15,15 +15,26 @@ compile_sass = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
-highlight_theme = "ayu-mirage"
+highlight_theme = "two-dark"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
# The additional languages for the site.
languages = [
- {code = "he", feed = true},
+ {code = "he", feed = true},
]
-[extra]
# Put all your custom variables here
+[extra]
+nav = [
+ { name = "Home", path = "/" },
+ { name = "Posts", path = "/posts/" },
+ { name = "Projects", path = "/projects/" },
+ { name = "About", path = "/about/" },
+]
+
+icon = "404.png"
+profile_small = "404.png"
+profile_large = "404.png"
+
diff --git a/content/404.png b/content/404.png
Binary files differ.