From 1776174545a8c032e51a4e265a28121704bbb338 Mon Sep 17 00:00:00 2001 From: "kebler.net" Date: Wed, 24 Nov 2021 09:41:25 -0800 Subject: [PATCH] added themes as submodules --- .gitmodules | 9 +++++++++ themes/uci-hugo-doc | 1 + themes/uci-hugo-landingpage | 1 + themes/uci-hugo-shortcodes | 1 + 4 files changed, 12 insertions(+) create mode 160000 themes/uci-hugo-doc create mode 160000 themes/uci-hugo-landingpage create mode 160000 themes/uci-hugo-shortcodes diff --git a/.gitmodules b/.gitmodules index e69de29..8ac0f83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "themes/uci-hugo-shortcodes"] + path = themes/uci-hugo-shortcodes + url = https://git.kebler.net/UCOMmandIt/uci-shortcodes.git +[submodule "themes/uci-hugo-landingpage"] + path = themes/uci-hugo-landingpage + url = https://git.kebler.net/UCOMmandIt/uci-hugo-landingpage.git +[submodule "themes/uci-hugo-doc"] + path = themes/uci-hugo-doc + url = https://git.kebler.net/UCOMmandIt/uci-hugo-doc.git diff --git a/themes/uci-hugo-doc b/themes/uci-hugo-doc new file mode 160000 index 0000000..ab0bd36 --- /dev/null +++ b/themes/uci-hugo-doc @@ -0,0 +1 @@ +Subproject commit ab0bd3669058618ad4c27a0ab24daf1136566c45 diff --git a/themes/uci-hugo-landingpage b/themes/uci-hugo-landingpage new file mode 160000 index 0000000..89359fc --- /dev/null +++ b/themes/uci-hugo-landingpage @@ -0,0 +1 @@ +Subproject commit 89359fca68d70546cc48f5b757492555bf3a80b5 diff --git a/themes/uci-hugo-shortcodes b/themes/uci-hugo-shortcodes new file mode 160000 index 0000000..1ad4d92 --- /dev/null +++ b/themes/uci-hugo-shortcodes @@ -0,0 +1 @@ +Subproject commit 1ad4d928af367cf6695159521383304ee15530e0