From 9f0e11c774172eb5415c0db4abb85389f82c85d1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Apr 2023 12:21:26 +0200 Subject: Fix code highlighting --- config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 4a1e5a6..aeafa11 100644 --- a/config.toml +++ b/config.toml @@ -9,11 +9,12 @@ description = "Developer, Emacs User" generate_feed = true -highlight_code = true -highlight_theme = "ascetic-white" - theme = "xmin" +[markdown] +highlight_code = true +highlight_theme = "idle" + [[taxonomies]] name = "tags" feed = true -- cgit 1.4.1