summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-10-12 11:08:18 +0200
committerVictor Toso <victortoso@redhat.com>2015-10-12 11:08:18 +0200
commitd9a26faed732d80dea7e4fef3bad619fbfc38e2c (patch)
treec5b3cfb57844baf01481e5bb3a7dc2875fd517c1 /pelicanconf.py
parent68aca6080be64728b725cfe6e959cfad09fe6098 (diff)
theme: include a default theme spice-space
This theme is a copy of default's theme: notmyidea To use the spice-space theme you should link spice-space folder to pelican-theme. You can check the path with: `pelican-theme -lv`
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 5038f12..6a04e17 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -4,6 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'spice-team'
SITENAME = u'SPICE'
SITEURL = ''
+THEME = 'spice-space'
PATH = 'content'