From 3e640be8f3c31b87f720f51b281cf31566ec3929 Mon Sep 17 00:00:00 2001 From: Boreal Date: Tue, 30 Jul 2024 04:02:31 -0500 Subject: [PATCH] Setup site files & ported old posts. --- .gitmodules | 6 ++++++ themes/ananke | 1 + themes/hugo-bearcub | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/ananke create mode 160000 themes/hugo-bearcub diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e7845b4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/hugo-bearcub"] + path = themes/hugo-bearcub + url = https://github.com/clente/hugo-bearcub +[submodule "themes/ananke"] + path = themes/ananke + url = https://github.com/theNewDynamic/gohugo-theme-ananke.git diff --git a/themes/ananke b/themes/ananke new file mode 160000 index 0000000..33fbda0 --- /dev/null +++ b/themes/ananke @@ -0,0 +1 @@ +Subproject commit 33fbda0e9d3e97c92af5d195be94e8eea8003239 diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub new file mode 160000 index 0000000..09e674a --- /dev/null +++ b/themes/hugo-bearcub @@ -0,0 +1 @@ +Subproject commit 09e674a9d12ca9c5a9294c1dcb16648c687dd69c