update theme folder

This commit is contained in:
2025-09-02 23:23:36 -04:00
parent 3945ad6a15
commit 6b8d8c5c96
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

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

View File

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

View File

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