diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..70a0f69 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git +[submodule "themes/hugo-book"] + path = themes/hugo-book + url = https://github.com/alex-shpak/hugo-book +[submodule "themes/hugo-flex"] + path = themes/hugo-flex + url = https://github.com/de-souza/hugo-flex.git |