From 2a896bdea1331bc4fe310a5673635889137fc362 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 12 Apr 2026 18:55:53 +0300 Subject: Finish Spring 2026, improve cookbook --- config.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'config.toml') 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 -- cgit v1.3