From b67c2e03072a055d7ac7b46564773293ce0dcd02 Mon Sep 17 00:00:00 2001 From: Kei Iwasaki Date: Sat, 13 Feb 2016 17:25:40 +0900 Subject: Add pelican-hss theme as submodule pelican-hss URL - https://github.com/laughk/pelican-hss --- .gitmodules | 3 +++ pelican-hss | 1 + 2 files changed, 4 insertions(+) create mode 160000 pelican-hss diff --git a/.gitmodules b/.gitmodules index 4e3e6ac..ea85621 100644 --- a/.gitmodules +++ b/.gitmodules @@ -205,3 +205,6 @@ [submodule "pelican-blue"] path = pelican-blue url = https://github.com/Parbhat/pelican-blue +[submodule "pelican-hss"] + path = pelican-hss + url = https://github.com/laughk/pelican-hss.git diff --git a/pelican-hss b/pelican-hss new file mode 160000 index 0000000..797f761 --- /dev/null +++ b/pelican-hss @@ -0,0 +1 @@ +Subproject commit 797f761e9eb260feb5153eb40bde5cde7b335c92 -- cgit v1.1