From 9393c578770cb040b517c8d6ee48d9ff1c18007d Mon Sep 17 00:00:00 2001
From: ecobytes collective <status@ecobytes.net>
Date: Wed, 25 Mar 2020 20:23:55 +0100
Subject: [PATCH] add riot home page as submodule

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

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..64b9601
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "riot/riot-home"]
+	path = riot/riot-home
+	url = https://lab.allmende.io/allmende/riot-home.git
diff --git a/riot/riot-home b/riot/riot-home
new file mode 160000
index 0000000..0041715
--- /dev/null
+++ b/riot/riot-home
@@ -0,0 +1 @@
+Subproject commit 0041715ca488bfc717f1e76829abbefefddccde6
-- 
GitLab