summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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]