fixing pictures links
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 31s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 31s
This commit is contained in:
@ -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.
|
||||||
@ -104,7 +104,11 @@ enableDefault = true
|
|||||||
[markup.goldmark.renderHooks.link]
|
[markup.goldmark.renderHooks.link]
|
||||||
enableDefault = true
|
enableDefault = true
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[[module.mounts]]
|
||||||
|
source = 'content'
|
||||||
|
target = 'content'
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = 'attachments'
|
source = 'attachments'
|
||||||
target = 'attachments'
|
target = 'content/posts/attachments'
|
||||||
|
Reference in New Issue
Block a user