From d86f2129f0bff78eabef3308d634f211558c5e8e Mon Sep 17 00:00:00 2001 From: James McDonald Date: Tue, 9 Jan 2018 20:39:03 +0100 Subject: [PATCH] Add themes --- .gitmodules | 6 ++++++ themes/ananke | 1 + themes/bootstrap4 | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/ananke create mode 160000 themes/bootstrap4 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