diff --git a/.gitmodules b/.gitmodules index 876ef92..13fde3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hugo-theme-monochrome"] path = themes/hugo-theme-monochrome url = https://github.com/kaiiiz/hugo-theme-monochrome.git +[submodule "modules/hugo-neko"] + path = modules/hugo-neko + url = https://github.com/ystepanoff/hugo-neko diff --git a/go.mod b/go.mod index a35917e..01e36bd 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,6 @@ module gardling.com go 1.23.6 +replace github.com/ystepanoff/hugo-neko => ./modules/hugo-neko + require github.com/ystepanoff/hugo-neko v1.0.1 // indirect diff --git a/modules/hugo-neko b/modules/hugo-neko new file mode 160000 index 0000000..5a50034 --- /dev/null +++ b/modules/hugo-neko @@ -0,0 +1 @@ +Subproject commit 5a50034acbb1ae0cec19775af64e7167ca22725e