From 1147a663e70aadb2578cbe601bc723d7cd939c5a Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 30 Aug 2025 15:17:32 +0200 Subject: added non-content --- themes/hugo-book/assets/mermaid.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/hugo-book/assets/mermaid.json (limited to 'themes/hugo-book/assets/mermaid.json') diff --git a/themes/hugo-book/assets/mermaid.json b/themes/hugo-book/assets/mermaid.json new file mode 100644 index 0000000..0a3f4fb --- /dev/null +++ b/themes/hugo-book/assets/mermaid.json @@ -0,0 +1,6 @@ +{ + "flowchart": { + "useMaxWidth":true + }, + "theme": "default" +} -- cgit v1.2.3