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