summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
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