updated hugo config
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 1m43s

This commit is contained in:
2025-06-14 18:24:41 -05:00
parent b3c60bb181
commit 8934df1da0
2 changed files with 10 additions and 9 deletions

View File

@ -96,18 +96,19 @@ pagination.pagerSize = 5
identifier = "showcase"
name = "Showcase"
url = "/showcase"
[markup]
[markup.goldmark.renderHooks.image]
enableDefault = true
[markup.goldmark]
[markup.goldmark.renderHooks]
[markup.goldmark.renderHooks.image]
enableDefault = true
[markup.goldmark.renderHooks.link]
enableDefault = true
[markup.goldmark.renderHooks.link]
enableDefault = true
[module]
[[module.mounts]]
[[module.mounts]]
source = 'content'
target = 'content'
[[module.mounts]]
[[module.mounts]]
source = 'Blog/attachments'
target = 'content/posts/attachments'