about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-04-18 12:21:26 +0200
committerAlan Pearce2023-04-18 12:21:26 +0200
commit9f0e11c774172eb5415c0db4abb85389f82c85d1 (patch)
tree28f067c21fd4c19f0e90f37ceb2c1a98d001cf7c /config.toml
parent379cef54d18ef0f19142a2ec66796c3220950122 (diff)
downloadwebsite-9f0e11c774172eb5415c0db4abb85389f82c85d1.tar.lz
website-9f0e11c774172eb5415c0db4abb85389f82c85d1.tar.zst
website-9f0e11c774172eb5415c0db4abb85389f82c85d1.zip
Fix code highlighting
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 4 insertions, 3 deletions
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