diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config.toml b/config.toml index c78fa27..6a47a86 100644 --- a/config.toml +++ b/config.toml @@ -15,15 +15,17 @@ build_search_index = false taxonomies = [{ name = "kind", feed = true }] [markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true -highlight_theme = "css" -error_on_missing_highlight = true external_links_target_blank = true bottom_footnotes = true lazy_async_image = false insert_anchor_links = "heading" +[markdown.highlighting] +# A valid theme is required, but not actually used. `style.css` overrides the highlighting classes (z-*). +# Causes static/giallo.css to be generated. +theme = "github-dark" +style = "class" +error_on_missing_language = true + [extra] # Put all your custom variables here |
