From 7fdbf6e62455fc078035559ce661590304441f48 Mon Sep 17 00:00:00 2001 From: eliott <eliott.sammier@tetras-libre.fr> Date: Thu, 13 Jun 2024 17:04:06 +0200 Subject: [PATCH] add back theme as submodule --- .gitmodules | 3 +++ macao/themes/hugo-pure | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 macao/themes/hugo-pure diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..1d6e830d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "macao/themes/hugo-pure"] + path = macao/themes/hugo-pure + url = https://github.com/undus5/hugo-pure diff --git a/macao/themes/hugo-pure b/macao/themes/hugo-pure new file mode 160000 index 00000000..7a5828ac --- /dev/null +++ b/macao/themes/hugo-pure @@ -0,0 +1 @@ +Subproject commit 7a5828acd1571a44726b54665de19b3828cd3916 -- GitLab