From c4bf7a77e0a1862496bac1529ac47d07854dc198 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 26 Oct 2022 19:26:17 +0900 Subject: add submodule: blog.nsfisis.dev --- .gitmodules | 3 +++ vhosts/blog | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vhosts/blog diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..da36b295 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vhosts/blog"] + path = vhosts/blog + url = https://github.com/nsfisis/blog.nsfisis.dev.git diff --git a/vhosts/blog b/vhosts/blog new file mode 160000 index 00000000..dff1aa8f --- /dev/null +++ b/vhosts/blog @@ -0,0 +1 @@ +Subproject commit dff1aa8f687c52412f66277d32f7fd786cce6fa0 -- cgit v1.2.3-70-g09d2