From fa9b86e2577a09df0d7390821f5d9e9e5f1ad12f Mon Sep 17 00:00:00 2001 From: Todd Jacobsen Date: Wed, 20 May 2026 15:39:18 -0600 Subject: [PATCH] Update theme for Zola 0.22 compatibility - Migrate [markdown] highlight config to [markdown.highlighting] format - Bump min_version from 0.11.0 to 0.22.0 --- config.toml | 5 ++--- theme.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index b03451a..d2e53ee 100644 --- a/config.toml +++ b/config.toml @@ -17,9 +17,8 @@ taxonomies = [ ] # Code highlighting -[markdown] -highlight_code = true -highlight_theme = "boron" +[markdown.highlighting] +theme = "boron" [extra] diff --git a/theme.toml b/theme.toml index 5dbccf7..370517f 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "terminimal" description = "A simple, minimal retro theme" license = "MIT" homepage = "https://github.com/pawroman/zola-theme-terminimal" -min_version = "0.11.0" +min_version = "0.22.0" # An optional live demo URL demo = "https://pawroman.github.io/zola-theme-terminimal/"