This commit is contained in:
Todd Jacobsen 2026-05-20 17:50:37 -06:00 committed by GitHub
commit b60941474a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]

View file

@ -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/"