From 48daa6a5171602685e8b79b0e3694015c9d30d05 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 24 Dec 2021 13:35:33 +0100 Subject: build: add a git submodule to manage content in a separate repo --- .gitmodules | 3 +++ src/content | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src/content diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e6943c3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/content"] + path = src/content + url = git@github.com:ArmandPhilippot/armandphilippot.com-content.git diff --git a/src/content b/src/content new file mode 160000 index 0000000..9f37f10 --- /dev/null +++ b/src/content @@ -0,0 +1 @@ +Subproject commit 9f37f1095e625ef2d42dd3c64144b77424ac4ead -- cgit v1.2.3