diff options
author | Anthony Wang | 2021-10-13 20:17:54 -0500 |
---|---|---|
committer | Anthony Wang | 2021-10-13 20:17:54 -0500 |
commit | 73cbda64944d40b474130a740f3a6718e444d6ea (patch) | |
tree | 39435df664200fe44d9352f296552c43f0835d17 /.gitmodules | |
parent | d509629df6ab9aea7eb50158dcb765d33291bcfe (diff) |
Initialize Hugo site
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 35a8f3f..db40a56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "blog"] path = blog url = ../blog.git +[submodule "themes/gokarna"] + path = themes/gokarna + url = https://github.com/526avijitgupta/gokarna.git |