From 29096973fc979c7d4191ab9005e93c70ad46a493 Mon Sep 17 00:00:00 2001 From: oldwinter Date: Sun, 8 Oct 2023 22:20:22 +0800 Subject: [PATCH] add new --- .gitmodules | 3 +++ content | 1 + content/.gitkeep | 0 3 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 content delete mode 100644 content/.gitkeep diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..f633d9367 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "content"] + path = content + url = https://github.com/oldwinter/knowledge-garden.git diff --git a/content b/content new file mode 160000 index 000000000..b9b8ab735 --- /dev/null +++ b/content @@ -0,0 +1 @@ +Subproject commit b9b8ab73555101a641a1b972235996e10368b77c diff --git a/content/.gitkeep b/content/.gitkeep deleted file mode 100644 index e69de29bb..000000000