summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-04-12 18:55:53 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-04-13 10:04:08 +0300
commit2a896bdea1331bc4fe310a5673635889137fc362 (patch)
treef94770c83851b31e25ccdc1af60088ce3ce65559 /config.toml
parent7f54cd9c2949136c4943d4fa7cfd9c18843be9f1 (diff)
Finish Spring 2026, improve cookbook
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index c78fa27..6a47a86 100644
--- a/config.toml
+++ b/config.toml
@@ -15,15 +15,17 @@ build_search_index = false
taxonomies = [{ name = "kind", feed = true }]
[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
-highlight_theme = "css"
-error_on_missing_highlight = true
external_links_target_blank = true
bottom_footnotes = true
lazy_async_image = false
insert_anchor_links = "heading"
+[markdown.highlighting]
+# A valid theme is required, but not actually used. `style.css` overrides the highlighting classes (z-*).
+# Causes static/giallo.css to be generated.
+theme = "github-dark"
+style = "class"
+error_on_missing_language = true
+
[extra]
# Put all your custom variables here