all repos — zola-bearblog @ 18a135696a6f5a02a641a16c2881a2694f26ce1a

Port of bear blog theme to zola

Merge pull request 'Upgrade to latest zola & Tera 2' (#41) from adidalal/zola-bearblog:tera-v2 into main Reviewed-on: https://codeberg.org/alinnow/zola-bearblog/pulls/41

Alin
commit

18a135696a6f5a02a641a16c2881a2694f26ce1a

parent

593a8bb3f16404389c85dcec544d6dc188ad3a39

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"