diff options
author | Admin <admin@marx.cafe> | 2022-12-01 01:09:10 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-01 01:09:10 -0500 |
commit | 9569ecd0c224fffac79e2710a145d1f87c4c12e7 (patch) | |
tree | c1a1580e04ccb66640985efae5293c01d7487cb8 /.gitmodules | |
parent | f7ef802c49ba83d38183dade9e2138c3bdc5c224 (diff) |
Add missing hugo files
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 |