From 4aab5ab7b264b60ef90d32b58e2e84a79c306a54 Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 22 Sep 2020 19:21:23 +0800 Subject: Add Stirring theme as submodule (#688) --- .gitmodules | 3 +++ stirring | 1 + 2 files changed, 4 insertions(+) create mode 160000 stirring diff --git a/.gitmodules b/.gitmodules index 0426439..6dc2ad4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -264,3 +264,6 @@ [submodule "pelican-b-side"] path = pelican-b-side url = https://gitlab.com/jhauh/pelican_b_side.git +[submodule "stirring"] + path = stirring + url = https://github.com/hansliu/pelican-stirring.git diff --git a/stirring b/stirring new file mode 160000 index 0000000..f8239ae --- /dev/null +++ b/stirring @@ -0,0 +1 @@ +Subproject commit f8239ae7ef2fe454eafb9636d11cfc7622eb3c41 -- cgit