Update hugo.toml
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 19s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 19s
This commit is contained in:
23
hugo.toml
23
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'
|
||||
[[module.mounts]]
|
||||
source = 'Blog/attachments'
|
||||
target = 'content/posts/attachments'
|
Reference in New Issue
Block a user