From dba4b557fa70343fbfb4a211ff2bacd9a2fcf7ee Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Thu, 1 Dec 2016 13:42:10 +0300 Subject: [PATCH] Rename bootstrapify -> pelican-bootstrapify submodule --- .gitmodules | 6 +++--- pelicanconf.py | 2 +- plugins/{bootstrapify => pelican-bootstrapify} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename plugins/{bootstrapify => pelican-bootstrapify} (100%) diff --git a/.gitmodules b/.gitmodules index daf8924..342cde9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "plugins/bootstrapify"] - path = plugins/bootstrapify - url = https://github.com/ingwinlu/pelican-bootstrapify [submodule "themes/pelican-alchemy"] path = themes/pelican-alchemy url = https://github.com/rwanyoike/pelican-alchemy +[submodule "plugins/pelican-bootstrapify"] + path = plugins/pelican-bootstrapify + url = https://github.com/ingwinlu/pelican-bootstrapify diff --git a/pelicanconf.py b/pelicanconf.py index 3b6d737..35dc684 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,7 +24,7 @@ ARTICLE_LANG_URL = 'posts/{slug}-{lang}.html' ARTICLE_LANG_SAVE_AS = ARTICLE_LANG_URL PLUGIN_PATHS = ['plugins'] -PLUGINS = ['bootstrapify'] +PLUGINS = ['pelican-bootstrapify'] BOOTSTRAPIFY = { 'table': ['table', 'table-striped', 'table-hover'], diff --git a/plugins/bootstrapify b/plugins/pelican-bootstrapify similarity index 100% rename from plugins/bootstrapify rename to plugins/pelican-bootstrapify