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 Pearce2025-03-16 00:56:49 +0100
commita2095fca94658030ec545de305e48d0ed834b7a8 (patch)
tree7cca0cd1896ba71fd6be5d9fb8fd75b6449bf237 /config.toml
parenta7d1be6dfcf4e66a4a72c9416801bfb329ee274a (diff)
downloadwebsite-a2095fca94658030ec545de305e48d0ed834b7a8.tar.lz
website-a2095fca94658030ec545de305e48d0ed834b7a8.tar.zst
website-a2095fca94658030ec545de305e48d0ed834b7a8.zip
Fix code highlighting
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
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"