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 # Code highlighting
[markdown] [markdown.highlighting]
highlight_code = true theme = "boron"
highlight_theme = "boron"
[extra] [extra]

View file

@ -2,7 +2,7 @@ name = "terminimal"
description = "A simple, minimal retro theme" description = "A simple, minimal retro theme"
license = "MIT" license = "MIT"
homepage = "https://github.com/pawroman/zola-theme-terminimal" homepage = "https://github.com/pawroman/zola-theme-terminimal"
min_version = "0.11.0" min_version = "0.22.0"
# An optional live demo URL # An optional live demo URL
demo = "https://pawroman.github.io/zola-theme-terminimal/" demo = "https://pawroman.github.io/zola-theme-terminimal/"