diff options
author | Robby Zambito <contact@robbyzambito.me> | 2023-06-16 00:10:27 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2023-06-16 00:10:27 -0400 |
commit | aa4d41b88ea43ed42c799d527020bb18aa8633bc (patch) | |
tree | f16a797a7ad73f9f54681bff8df7fd12c3a48416 /.gitmodules | |
parent | a4dac8b950356f6ae6cc9f4011fcff880ddf33cf (diff) |
Add submodule path correctly.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |