From 82d2b002e0488bf65146cf5a7ae669f46b9b7c90 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 18 Jul 2023 13:41:35 +0530 Subject: [PATCH] add theme submodule Signed-off-by: Avinal Kumar --- .gitmodules | 3 +++ html-only/themes/hugo-texify2 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 html-only/themes/hugo-texify2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..56164e4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "html-only/themes/hugo-texify2"] + path = html-only/themes/hugo-texify2 + url = https://github.com/weastur/hugo-texify2.git diff --git a/html-only/themes/hugo-texify2 b/html-only/themes/hugo-texify2 new file mode 160000 index 0000000..b81e8a2 --- /dev/null +++ b/html-only/themes/hugo-texify2 @@ -0,0 +1 @@ +Subproject commit b81e8a2e9b8fc696705bae4fd2267de051928695