diff options
author | Alan Pearce | 2023-04-18 12:21:26 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | a2095fca94658030ec545de305e48d0ed834b7a8 (patch) | |
tree | 7cca0cd1896ba71fd6be5d9fb8fd75b6449bf237 /config.toml | |
parent | a7d1be6dfcf4e66a4a72c9416801bfb329ee274a (diff) | |
download | website-a2095fca94658030ec545de305e48d0ed834b7a8.tar.lz website-a2095fca94658030ec545de305e48d0ed834b7a8.tar.zst website-a2095fca94658030ec545de305e48d0ed834b7a8.zip |
Fix code highlighting
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 5c050b6..76a2a75 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,9 @@ base_url = "https://alanpearce.eu" title = "Alan Pearce" description = "Developer, Emacs User" +[markdown] +highlight_code = true +highlight_theme = "idle" [[taxonomies]] name = "tags" |