update theme folder

This commit is contained in:
Simon Gardling 2025-09-02 23:23:36 -04:00
parent 3945ad6a15
commit 6b8d8c5c96
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@ -1,5 +1,5 @@
[submodule "themes/hugo-theme-monochrome"]
path = themes/hugo-theme-monochrome
[submodule "themes/theme"]
path = themes/theme
url = https://github.com/kaiiiz/hugo-theme-monochrome.git
[submodule "modules/hugo-neko"]
path = modules/hugo-neko

View File

@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-monochrome/assets/*"
"../themes/theme/assets/*"
]
}
}

View File

@ -1,7 +1,7 @@
baseURL = 'https://www.gardling.com'
languageCode = 'en-us'
title = 'Simon Gardling'
theme = "hugo-theme-monochrome"
theme = "theme"
contentDir = "content"
[module]