diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-08-24 17:05:27 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-08-24 17:05:27 +0200 |
commit | 9f097eb30e867d1c26f9847d578e9cb46366a7a3 (patch) | |
tree | 156b8086249259766055b218a8e0fecfe14f852d /.gitmodules | |
parent | 8f2b510b7974bd95de7c08372931da4b0317b97c (diff) |
added static website generation with hugo and hugo-xmin theme
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..e4e00b3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hugo/themes/hugo-xmin"] + path = hugo/themes/hugo-xmin + url = https://github.com/yihui/hugo-xmin |