summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorPrefetch2021-02-20 10:36:16 +0100
committerPrefetch2021-02-20 10:36:16 +0100
commit64722d5b5b4baff56ad593fe0de8c25907d85472 (patch)
tree64e386784076f6f6483035d32cee7d0ffe35c845 /config.toml
parent04ca326bd43c1798d5b1dfad9afa4ed8913bb7f6 (diff)
Fix dead links + update Zola config
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 42600c8..b274c73 100644
--- a/config.toml
+++ b/config.toml
@@ -5,12 +5,13 @@ title = "Prefetch"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
+# Whether to build a search index to be used later on by a JavaScript library
+build_search_index = false
+
+[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
-# Whether to build a search index to be used later on by a JavaScript library
-build_search_index = false
-
# Put all your custom variables here
[extra]