diff --git a/config.toml b/config.toml index b03451a..d2e53ee 100644 --- a/config.toml +++ b/config.toml @@ -17,9 +17,8 @@ taxonomies = [ ] # Code highlighting -[markdown] -highlight_code = true -highlight_theme = "boron" +[markdown.highlighting] +theme = "boron" [extra] diff --git a/theme.toml b/theme.toml index 5dbccf7..370517f 100644 --- a/theme.toml +++ b/theme.toml @@ -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/"