aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-03-23 22:12:59 -0500
committerMichael Hunteman <michael@huntm.net>2023-03-23 22:12:59 -0500
commitb117ac3f3f52d234adb6116e255bb90e32748b7b (patch)
tree970fefa26d3a6f8f02ebc607aed2903b7247ee57 /config.toml
parent2d5f981742fd4d7f6eaf2f12ead7c1d9dbb2bff2 (diff)
hypertrophy-principles: fix formatting
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 142bf7b..7e4b79d 100644
--- a/config.toml
+++ b/config.toml
@@ -2,6 +2,9 @@ baseURL = "https://huntm.net/"
title = "Michael Hunteman"
pygmentsUseClasses = true
+[markup.goldmark.renderer]
+unsafe = true
+
[menu]
[[menu.nav]]
name = "Home"