Change theme submodule path

Easier to understand layout.
This commit is contained in:
Raymond Wanyoike 2016-11-30 17:38:04 +03:00
commit eb6dcbd650
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View file

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

View file

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