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"
|
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'
|
Reference in New Issue
Block a user