diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index a63e891..dd2361a 100644 --- a/config.toml +++ b/config.toml @@ -13,11 +13,11 @@ generate_robots_txt = true generate_sitemap = 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 external_links_target_blank = true +[markdown.highlighting] +theme = "everforest-dark" + [extra] # Put all your custom variables here |
