diff --git a/.gitmodules b/.gitmodules index 5408c5d..daf8924 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/pelicanconf.py b/pelicanconf.py index 1c10b69..95e6ec1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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' diff --git a/theme b/themes/pelican-alchemy similarity index 100% rename from theme rename to themes/pelican-alchemy