diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/config.toml b/config.toml index 058cdc4..11d7eb6 100644 --- a/config.toml +++ b/config.toml @@ -26,15 +26,10 @@ taxonomies = [ {name = "tags", 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" -highlight_themes_css = [ - { theme = "one-dark", filename = "syntax-theme-dark.css" }, - { theme = "solarized-light", filename = "syntax-theme-light.css" }, -] +[markdown.highlighting] +style = "class" +light_theme = "solarized-light" +dark_theme = "one-dark-pro" [extra] # Put all your custom variables here |
