From a569e89fab8d8965d8b8b87a4c4aee6eb93fcb0e Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 22 Feb 2021 11:24:38 -0600 Subject: [PATCH] re-enable syntax highlighting --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index f7c293b..ba29708 100644 --- a/config.toml +++ b/config.toml @@ -15,8 +15,8 @@ feed_filename = "index.xml" [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 -# highlight_theme = "nyx-bold" +highlight_code = true +highlight_theme = "one-dark" [[taxonomies]] name = "series"