mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Add pelican-alchemy theme submodule
Track the v2.0 branch
This commit is contained in:
parent
dec0b23470
commit
c0ac88692c
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ' \
|
||||
|
|
|
|||
1
theme
Submodule
1
theme
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bf9e948498c186f7d5712085f25672c554acd8ef
|
||||
Loading…
Add table
Add a link
Reference in a new issue