From 11fd61f0a03c881ac00e2372500784b32b43335a Mon Sep 17 00:00:00 2001
From: Jean-Jacques Brucker <jeanjacquesbrucker@gmail.com>
Date: Thu, 5 Aug 2021 15:00:11 +0200
Subject: [PATCH] add new theme as submodule (foopgp-hugotheme)

---
 .gitmodules   | 3 +++
 themes/foopgp | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 themes/foopgp

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..fdd68aa
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/foopgp"]
+	path = themes/foopgp
+	url = git@github.com:foopgp/foopgp-hugotheme.git
diff --git a/themes/foopgp b/themes/foopgp
new file mode 160000
index 0000000..11b8451
--- /dev/null
+++ b/themes/foopgp
@@ -0,0 +1 @@
+Subproject commit 11b845120e0c8cc80005f498838c50a9af69d567
-- 
GitLab