hugo-neko locally
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
|||||||
[submodule "themes/hugo-theme-monochrome"]
|
[submodule "themes/hugo-theme-monochrome"]
|
||||||
path = themes/hugo-theme-monochrome
|
path = themes/hugo-theme-monochrome
|
||||||
url = https://github.com/kaiiiz/hugo-theme-monochrome.git
|
url = https://github.com/kaiiiz/hugo-theme-monochrome.git
|
||||||
|
[submodule "modules/hugo-neko"]
|
||||||
|
path = modules/hugo-neko
|
||||||
|
url = https://github.com/ystepanoff/hugo-neko
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -2,4 +2,6 @@ module gardling.com
|
|||||||
|
|
||||||
go 1.23.6
|
go 1.23.6
|
||||||
|
|
||||||
|
replace github.com/ystepanoff/hugo-neko => ./modules/hugo-neko
|
||||||
|
|
||||||
require github.com/ystepanoff/hugo-neko v1.0.1 // indirect
|
require github.com/ystepanoff/hugo-neko v1.0.1 // indirect
|
||||||
|
|||||||
1
modules/hugo-neko
Submodule
1
modules/hugo-neko
Submodule
Submodule modules/hugo-neko added at 5a50034acb
Reference in New Issue
Block a user