From 02a00bbcf1da84d4cde5fe9f990c6fc2e1ab7039 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sat, 7 May 2022 04:24:12 +0200 Subject: [PATCH] syntax highlighting --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index da8f6de..53aaca4 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,6 @@ compile_sass = true # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false @@ -24,6 +23,9 @@ taxonomies = [ {name = "tags", feed = true}, ] +[markdown] +highlight_code = true +highlight_theme = "base16-ocean-dark" [extra] # Put all your custom variables here