Rename bootstrapify -> pelican-bootstrapify submodule

This commit is contained in:
Raymond Wanyoike 2016-12-01 13:42:10 +03:00
commit dba4b557fa
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View file

@ -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

View file

@ -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'],