Skip to content

Commit d12f5c6

Browse files
committed
Change theme.
1 parent 8b135fa commit d12f5c6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pelicanconf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
DEFAULT_LANG = 'en'
1414

1515
# Theme
16-
THEME = 'pelican-blue'
16+
THEME = 'pelican-bootstrap3'
1717
SIDEBAR_DIGEST = 'supporting the Python community in the greater Kansas City area'
1818
TWITTER_USERNAME = 'pythonkc'
19+
PYGMENTS_STYLE = 'solarizedlight'
1920

2021
# Feed generation is usually not desired when developing
2122
FEED_ALL_ATOM = None
@@ -26,8 +27,8 @@
2627

2728
# Blogroll
2829
LINKS = (
29-
('PythonKC Meetup.com', 'https://www.meetup.com/pythonkc/'),
30-
('PythonKC Slack', 'https://pykc-slackipy.herokuapp.com/'),
30+
('PyKC Meetup.com', 'https://www.meetup.com/pythonkc/'),
31+
('PyKC Slack', 'https://pykc-slackipy.herokuapp.com/'),
3132
('Pelican', 'http://docs.getpelican.com/en/stable/'),
3233
('Python.org', 'https://python.org/'),
3334
('Jinja2', 'http://jinja.pocoo.org/'),

0 commit comments

Comments
 (0)