From b3c60bb1814d4b1f563b3f93c844964a7438f342 Mon Sep 17 00:00:00 2001 From: richardoswald Date: Sat, 14 Jun 2025 16:54:38 -0500 Subject: [PATCH] Update hugo.toml --- hugo.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/hugo.toml b/hugo.toml index 16dac37..b81e31d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -96,17 +96,18 @@ pagination.pagerSize = 5 identifier = "showcase" name = "Showcase" url = "/showcase" - -[markup.goldmark.renderHooks.image] -enableDefault = true -[markup.goldmark.renderHooks.link] -enableDefault = true +[markup] + [markup.goldmark.renderHooks.image] + enableDefault = true -[[module.mounts]] -source = 'content' -target = 'content' + [markup.goldmark.renderHooks.link] + enableDefault = true +[module] + [[module.mounts]] + source = 'content' + target = 'content' -[[module.mounts]] -source = 'Blog/attachments' -target = 'content/posts/attachments' \ No newline at end of file + [[module.mounts]] + source = 'Blog/attachments' + target = 'content/posts/attachments' \ No newline at end of file