From 5ab487e2e8b86d984e72df1b4993315843c2a661 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 14 Nov 2021 22:31:26 +0900 Subject: [PATCH] Use `git submodule` to use the theme. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a6f32d0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/LoveIt"] + path = themes/LoveIt + url = https://github.com/dillonzq/LoveIt.git