diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,7 @@ # Generated files by hugo /public/ /resources/_gen/ +.hugo_build.lock # Executable may be added to repository hugo.exe diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c83dd3c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-ink"] + path = themes/hugo-ink + url = https://github.com/knadh/hugo-ink.git |