summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2014-02-23 00:47:44 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2014-02-23 00:47:44 +0530
commit9a75e7211d799a099be3ee4b9fe7cb986736afef (patch)
tree14a6d1d6083334e249b4ad25222f1368b45c2323
parentbeccfac673947bd2fc851dd1065638ce1cd8ea4f (diff)
drop pelican-bootstrap3 and use my own custom theme derived from notmyidea-cms
-rw-r--r--pelicanconf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 3ca7152..d6ba052 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -13,7 +13,7 @@ DEFAULT_LANG = u'en'
# Theme
THEME = os.path.join(os.environ.get('HOME'),
- 'Public/pelican-bootstrap3')
+ 'Public/konoha')
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
@@ -36,9 +36,6 @@ GITHUB_USER = "copyninja"
# code highlighting
PYGMENTS_STYLE = "solarizelight"
-# Bootstrap theme
-BOOTSTRAP_THEME = "flatly"
-
# Blogroll
LINKS = (('Old Blog Archive', 'http://blog-archive.copyninja.info/'),
('Ohloh Profile', 'https://www.ohloh.net/accounts/copyninja'),