update theme folder
This commit is contained in:
parent
3945ad6a15
commit
6b8d8c5c96
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"../themes/hugo-theme-monochrome/assets/*"
|
||||
"../themes/theme/assets/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
baseURL = 'https://www.gardling.com'
|
||||
languageCode = 'en-us'
|
||||
title = 'Simon Gardling'
|
||||
theme = "hugo-theme-monochrome"
|
||||
theme = "theme"
|
||||
contentDir = "content"
|
||||
|
||||
[module]
|
||||
|
Loading…
x
Reference in New Issue
Block a user