diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-12 08:40:42 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-12 08:40:42 -0400 |
| commit | e8ff04dfa32150389b046d0c8471a443a059a44c (patch) | |
| tree | 16bba932c8d2edb24fa5bd085cef650449388935 /.gitmodules | |
| parent | 825875e04aae3ff033aa1a341993ba7a537950bb (diff) | |
added git submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bc9587d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "site/themes/ananke"] + path = site/themes/ananke + url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "site/themes/terminal"] + path = site/themes/terminal + url = https://github.com/panr/hugo-theme-terminal.git |
