From a2095fca94658030ec545de305e48d0ed834b7a8 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 | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'config.toml')

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"
-- 
cgit 1.4.1