Update hugo.toml
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 19s

This commit is contained in:
2025-06-14 16:54:38 -05:00
parent 39bcbd5c6c
commit b3c60bb181

View File

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