commit d86f2129f0bff78eabef3308d634f211558c5e8e Author: James McDonald Date: Tue Jan 9 20:39:03 2018 +0100 Add themes diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d8a54b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/ananke"] + path = themes/ananke + url = https://github.com/budparr/gohugo-theme-ananke.git +[submodule "themes/bootstrap4"] + path = themes/bootstrap4 + url = https://github.com/alanorth/hugo-theme-bootstrap4-blog.git diff --git a/themes/ananke b/themes/ananke new file mode 160000 index 0000000..8b59adb --- /dev/null +++ b/themes/ananke @@ -0,0 +1 @@ +Subproject commit 8b59adb79bab46e069b8841414e9ed4e6b2eff38 diff --git a/themes/bootstrap4 b/themes/bootstrap4 new file mode 160000 index 0000000..fda0d8d --- /dev/null +++ b/themes/bootstrap4 @@ -0,0 +1 @@ +Subproject commit fda0d8dfb0967a32dbe11d14fc4d12045796dab6