getting pictures working
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 23s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 23s
This commit is contained in:
16
hugo.toml
16
hugo.toml
@ -95,4 +95,18 @@ pagination.pagerSize = 5
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "showcase"
|
||||
name = "Showcase"
|
||||
url = "/showcase"
|
||||
url = "/showcase"
|
||||
|
||||
[markup.goldmark.renderHooks.image]
|
||||
enableDefault = true
|
||||
|
||||
[markup.goldmark.renderHooks.link]
|
||||
enableDefault = true
|
||||
|
||||
[[module.mounts]]
|
||||
source = 'assets'
|
||||
target = 'assets'
|
||||
|
||||
[[module.mounts]]
|
||||
source = 'attachments'
|
||||
target = 'assets/attachments'
|
Reference in New Issue
Block a user