From 902d1bfcae166cf9b0350bb88810e3c0162430a3 Mon Sep 17 00:00:00 2001
From: Tim van Wijk <tim@timvw.co.uk>
Date: Sat, 20 Sep 2025 07:22:22 +0000
Subject: [PATCH] feat: update Mermaid diagrams to follow theme preference (#576)

---
 exampleSite/config/_default/hugo.toml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml
index b3621e2..e877d4a 100644
--- a/exampleSite/config/_default/hugo.toml
+++ b/exampleSite/config/_default/hugo.toml
@@ -22,6 +22,10 @@
 # Localized dates requires Hugo version 0.87.0
 localizedDates = false
 
+# Mermaid
+[params.mermaid]
+enable = true
+
 [markup]
     [markup.goldmark]
       [markup.goldmark.renderer]

--
Gitblit v1.10.0