fixed new post module location
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 16s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 16s
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "themes/terminal"]
|
[submodule "themes/terminal"]
|
||||||
path = themes/terminal
|
path = themes/terminal
|
||||||
url = https://git.theoswalds.com/public/hugo-theme-terminal.git
|
url = https://git.theoswalds.com/public/hugo-theme-terminal.git
|
||||||
|
[submodule "content/posts"]
|
||||||
|
path = content/posts
|
||||||
|
url = https://git.theoswalds.com/public/hugo-richard-posts.git
|
||||||
|
1
content/posts
Submodule
1
content/posts
Submodule
Submodule content/posts added at 7b813e8a97
@ -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.
|
||||||
|
Reference in New Issue
Block a user