summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:10:37 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:10:37 -0500
commitb5a5dbbf3e0b107ae0cec5e1af04dde4c5a896e9 (patch)
tree5f0ba956c69a1d95332445718702b46820fd9f31 /hugo.toml
parent18e8b32baafb81853a3ad2679d81fb881e8baa1d (diff)
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index b6c9cf2..c6c93e2 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -3,6 +3,9 @@ languageCode = 'en-us'
title = 'kvog.sh'
theme = 'hugo-xmin'
+[markup.goldmark.renderer]
+ unsafe = true
+
[markup.highlight]
style = "github"
noClasses = false \ No newline at end of file