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
This commit is contained in:
Todd Jacobsen 2026-05-20 15:39:18 -06:00
parent 7f630a4e31
commit fa9b86e257
No known key found for this signature in database
GPG key ID: A6248CAC9A112EC3
2 changed files with 3 additions and 4 deletions

View file

@ -17,9 +17,8 @@ taxonomies = [
]
# Code highlighting
[markdown]
highlight_code = true
highlight_theme = "boron"
[markdown.highlighting]
theme = "boron"
[extra]