From eb6dcbd650ebb0acf72a8d64b7d6901cc1a834b7 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Wed, 30 Nov 2016 17:38:04 +0300 Subject: [PATCH] Change theme submodule path Easier to understand layout. --- .gitmodules | 4 ++-- pelicanconf.py | 2 +- theme => themes/pelican-alchemy | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename theme => themes/pelican-alchemy (100%) 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