Skip to content

Commit 0fd91ff

Browse files
committed
Emergency theme change.
1 parent ced6926 commit 0fd91ff

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

pelicanconf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DEFAULT_LANG = 'en'
1414

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

requirements.txt

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
appdirs==1.4.3
12
blinker==1.4
2-
docutils==0.12
3+
docutils==0.13.1
34
feedgenerator==1.9
4-
ghp-import==0.4.1
5-
Jinja2==2.8
6-
Markdown==2.6.7
7-
MarkupSafe==0.23
8-
pelican==3.6.3
9-
Pygments==2.1.3
5+
ghp-import==0.5.5
6+
Jinja2==2.9.5
7+
Markdown==2.6.8
8+
MarkupSafe==1.0
9+
packaging==16.8
10+
pelican==3.7.1
11+
Pygments==2.2.0
12+
pyparsing==2.2.0
1013
python-dateutil==2.6.0
11-
pytz==2016.7
14+
pytz==2016.10
1215
six==1.10.0
13-
smartypants==1.8.6
16+
smartypants==2.0.0
1417
typogrify==2.0.7
15-
Unidecode==0.4.19
18+
Unidecode==0.4.20

0 commit comments

Comments
 (0)