updated hugo config
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 1m43s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 1m43s
This commit is contained in:
Submodule content/posts updated: 14e258ee1b...e601a0c4f8
17
hugo.toml
17
hugo.toml
@ -96,18 +96,19 @@ pagination.pagerSize = 5
|
|||||||
identifier = "showcase"
|
identifier = "showcase"
|
||||||
name = "Showcase"
|
name = "Showcase"
|
||||||
url = "/showcase"
|
url = "/showcase"
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderHooks]
|
||||||
|
[markup.goldmark.renderHooks.image]
|
||||||
|
enableDefault = true
|
||||||
|
[markup.goldmark.renderHooks.link]
|
||||||
|
enableDefault = true
|
||||||
|
|
||||||
[markup]
|
|
||||||
[markup.goldmark.renderHooks.image]
|
|
||||||
enableDefault = true
|
|
||||||
|
|
||||||
[markup.goldmark.renderHooks.link]
|
|
||||||
enableDefault = true
|
|
||||||
[module]
|
[module]
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = 'content'
|
source = 'content'
|
||||||
target = '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