From 24520cfcad8088d1994b5a10f6b4d330040c1bfc Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 14:33:25 -0500 Subject: [PATCH] add bootstrapify plugin --- .gitmodules | 3 +++ pelican/plugins/bootstrapify | 1 + 2 files changed, 4 insertions(+) create mode 160000 pelican/plugins/bootstrapify diff --git a/.gitmodules b/.gitmodules index b6aa718..7367ed7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "pelican/plugins/deadlinks"] path = pelican/plugins/deadlinks url = https://github.com/silentlamb/pelican-deadlinks.git +[submodule "pelican/plugins/bootstrapify"] + path = pelican/plugins/bootstrapify + url = https://github.com/ingwinlu/pelican-bootstrapify.git diff --git a/pelican/plugins/bootstrapify b/pelican/plugins/bootstrapify new file mode 160000 index 0000000..b2e9e93 --- /dev/null +++ b/pelican/plugins/bootstrapify @@ -0,0 +1 @@ +Subproject commit b2e9e93630d2162fce035439b0142e67b749cb73