From 3945ad6a15358919a0767f47c7ce95b306759dbd Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 2 Sep 2025 19:07:09 -0400 Subject: [PATCH] hugo-neko locally --- .gitmodules | 3 +++ go.mod | 2 ++ modules/hugo-neko | 1 + 3 files changed, 6 insertions(+) create mode 160000 modules/hugo-neko 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