summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-06-26 13:49:46 -0230
committerSam Anthony <sam@samanthony.xyz>2026-06-26 13:49:46 -0230
commitbe60a99b427940d69da9613a63aa9f9e6367b658 (patch)
treecbb0bd518c4334bf44408639fcb009b9dae97b40 /hugo.toml
parent3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95 (diff)
downloadsamanthony.xyz-be60a99b427940d69da9613a63aa9f9e6367b658.zip
home page: rewrite in md
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 1e7a984..2ae7654 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -4,6 +4,9 @@ title = 'Sam Anthony'
enableGitInfo = true
relativeURLs = true
+[markup.goldmark.renderer]
+unsafe = true
+
[params]
[params.author]
name = 'Sam Anthony'