summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2023-06-16 00:10:27 -0400
committerRobby Zambito <contact@robbyzambito.me>2023-06-16 00:10:27 -0400
commitaa4d41b88ea43ed42c799d527020bb18aa8633bc (patch)
treef16a797a7ad73f9f54681bff8df7fd12c3a48416
parenta4dac8b950356f6ae6cc9f4011fcff880ddf33cf (diff)
Add submodule path correctly.
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d89fa7d..4d121c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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