diff options
author | Alan Pearce | 2023-04-18 12:21:26 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 12:21:26 +0200 |
commit | 9f0e11c774172eb5415c0db4abb85389f82c85d1 (patch) | |
tree | 28f067c21fd4c19f0e90f37ceb2c1a98d001cf7c /config.toml | |
parent | 379cef54d18ef0f19142a2ec66796c3220950122 (diff) | |
download | website-9f0e11c774172eb5415c0db4abb85389f82c85d1.tar.lz website-9f0e11c774172eb5415c0db4abb85389f82c85d1.tar.zst website-9f0e11c774172eb5415c0db4abb85389f82c85d1.zip |
Fix code highlighting
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
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 |