fixing posts location
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 18s

This commit is contained in:
2025-06-15 22:21:42 -05:00
parent 398cd2bd0e
commit 10511fd3c7
3 changed files with 2 additions and 7 deletions

5
.gitmodules vendored
View File

@ -3,7 +3,4 @@
url = https://github.com/adityatelange/hugo-PaperMod.git
[submodule "themes/terminal"]
path = themes/terminal
url = https://git.theoswalds.com/public/hugo-theme-terminal.git
[submodule "content"]
path = content
url = https://git.theoswalds.com/public/hugo-richard-posts.git
url = https://git.theoswalds.com/public/hugo-theme-terminal.git

Submodule content deleted from 7b813e8a97

View File

@ -1,4 +1,4 @@
publishDir = '/public'
publishDir = './public'
baseURL = 'https://blog.theoswalds.com/'
languageCode = "en-us"
# Add it only if you keep the theme in the `themes` directory.
@ -105,7 +105,6 @@ enableDefault = true
enableDefault = true
[module]
[[module.mounts]]
source = 'attachments'
target = 'content/posts/attachments'