updating settings
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 40s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 40s
This commit is contained in:
Submodule content/posts updated: 8bdfd2d552...e601a0c4f8
11
hugo.toml
11
hugo.toml
@ -1,4 +1,4 @@
|
|||||||
publishDir = '/public'
|
publishDir = './public'
|
||||||
baseURL = 'https://blog.theoswalds.com/'
|
baseURL = 'https://blog.theoswalds.com/'
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
# Add it only if you keep the theme in the `themes` directory.
|
# Add it only if you keep the theme in the `themes` directory.
|
||||||
@ -103,12 +103,3 @@ pagination.pagerSize = 5
|
|||||||
enableDefault = true
|
enableDefault = true
|
||||||
[markup.goldmark.renderHooks.link]
|
[markup.goldmark.renderHooks.link]
|
||||||
enableDefault = true
|
enableDefault = true
|
||||||
|
|
||||||
|
|
||||||
[module]
|
|
||||||
[[module.mounts]]
|
|
||||||
source = 'content'
|
|
||||||
target = 'content'
|
|
||||||
[[module.mounts]]
|
|
||||||
source = 'content/posts'
|
|
||||||
target = 'content/posts/attachments'
|
|
Reference in New Issue
Block a user