mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Rename bootstrapify -> pelican-bootstrapify submodule
This commit is contained in:
parent
de04e28fff
commit
dba4b557fa
4 changed files with 5 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue