We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad08f1 commit 66e9509Copy full SHA for 66e9509
doc/hugo.toml
@@ -46,6 +46,9 @@ themeVariant = [
46
]
47
# auto switches between "red" and "zen-dark" depending on the browser/OS dark mode:
48
themeVariantAuto = ["red", "zen-dark"]
49
+# Consistency: Use the font of the Hugo Relearn theme also for Mermaid diagrams:
50
+# securityLevel=loose is the default of Relearn, it allows HTML links in diagrams:
51
+mermaidInitialize = '{ "fontFamily": "Roboto Flex", "securityLevel": "loose" }'
52
alwaysopen = false
53
collapsibleMenu = true
54
0 commit comments