all repos — zola-bearblog @ 14ecd3b35136baebddeb3bcab390d7afedf13545

Port of bear blog theme to zola

Tera 2 updates fix: use safe navigation for favicon

adidalal
commit

14ecd3b35136baebddeb3bcab390d7afedf13545

parent

17b23b2cc15eeb355d4d8541e4fe02a5983f1e56

1 file changed, 5 insertions(+), 4 deletions(-)

changed files
M config.tomlconfig.toml
@@ -44,10 +44,11 @@ table_of_contents = "Inhaltsverzeichnis"
language = "Sprache" site = "Site" -[markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = false + +# syntax highlighting is disabled by default +# as of Zola 0.23. uncomment the block below to enable +# [markdown.highlighting] +# theme = "gruvbox-dark" [extra] date_format = "%Y-%m-%d"