diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-24 13:35:33 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-24 15:09:38 +0100 |
| commit | 48daa6a5171602685e8b79b0e3694015c9d30d05 (patch) | |
| tree | e82b6c538230876a4f71a803088d6f4171978d7e | |
| parent | e5e9c5808c53c297aa8bba55c963c6ccc4de6785 (diff) | |
build: add a git submodule to manage content in a separate repo
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | src/content | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 9f37f1095e625ef2d42dd3c64144b77424ac4ea |
