Update theme config, require zola v0.12.0 for consistent highlighting

This commit is contained in:
timvisee 2020-09-15 21:30:26 +02:00
parent d59f607050
commit 77be139bfb
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ theme = "zenn"
default_language = "en"
highlight_code = true
highlight_theme = "1337" # or: boron
highlight_theme = "1337"
generate_rss = true
build_search_index = false
check_external_links = false

View File

@ -2,7 +2,7 @@ name = "zenn"
description = "A dark theme for timvisee.com"
license = "GPL-3.0"
homepage = "https://gitlab.com/timvisee/timvisee.com"
min_version = "0.10.0"
min_version = "0.12.0"
demo = "https://timvisee.com/"
version = "0.1.0"