mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Change theme submodule path
Easier to understand layout.
This commit is contained in:
parent
5a1523e569
commit
eb6dcbd650
4 changed files with 4 additions and 4 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "plugins/bootstrapify"]
|
||||
path = plugins/bootstrapify
|
||||
url = https://github.com/ingwinlu/pelican-bootstrapify
|
||||
[submodule "theme"]
|
||||
path = theme
|
||||
[submodule "themes/pelican-alchemy"]
|
||||
path = themes/pelican-alchemy
|
||||
url = https://github.com/rwanyoike/pelican-alchemy
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ PLUGINS = ['bootstrapify']
|
|||
|
||||
# Theme settings --------------------------------------------------------------
|
||||
|
||||
THEME = 'theme/alchemy'
|
||||
THEME = 'themes/pelican-alchemy/alchemy'
|
||||
|
||||
SITESUBTITLE = 'A magical \u2728 Pelican theme'
|
||||
SITEIMAGE = '/images/profile.jpg width=200 height=200'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue