updating settings
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 40s

This commit is contained in:
2025-06-14 19:16:35 -05:00
parent 85f9b96eb2
commit e667b2c68c
2 changed files with 2 additions and 11 deletions

View File

@ -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'