From c0ac88692c2f44e3806756cf64aa86b702f7a255 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Tue, 29 Nov 2016 15:42:44 +0300 Subject: [PATCH] Add pelican-alchemy theme submodule Track the v2.0 branch --- .gitmodules | 3 +++ pelicanconf.py | 2 ++ theme | 1 + 3 files changed, 6 insertions(+) create mode 160000 theme diff --git a/.gitmodules b/.gitmodules index e55f594..5408c5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "plugins/bootstrapify"] path = plugins/bootstrapify url = https://github.com/ingwinlu/pelican-bootstrapify +[submodule "theme"] + path = theme + url = https://github.com/rwanyoike/pelican-alchemy diff --git a/pelicanconf.py b/pelicanconf.py index fb4eb07..002c145 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -23,6 +23,8 @@ PLUGINS = ['bootstrapify'] # Theme settings -------------------------------------------------------------- +THEME = 'theme/alchemy' + SITESUBTITLE = 'A magical \u2728 Pelican theme' SITEIMAGE = '/images/profile.png width=200 height=200' DESCRIPTION = 'A functional, clean, responsive theme for Pelican. Heavily ' \ diff --git a/theme b/theme new file mode 160000 index 0000000..bf9e948 --- /dev/null +++ b/theme @@ -0,0 +1 @@ +Subproject commit bf9e948498c186f7d5712085f25672c554acd8ef