-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpelicanconf.py
37 lines (28 loc) · 924 Bytes
/
pelicanconf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
AUTHOR = u'Christian Kaula'
AUTHOR_EMAIL = u'[email protected]'
AUTHOR_XMPP = u'[email protected]'
AUTHOR_TWITTER = u'chrkau'
AUTHOR_PHONE = u'+49 179 9709833'
AUTHOR_STREET = u'Thieraufstrasse 2'
AUTHOR_ZIP = u'95028'
AUTHOR_CITY = u'Hof'
AUTHOR_COUNTRY = u'Germany'
SOCIAL = (
(u'https://www.xing.com/profile/Christian_Kaula', u'Xing'),
(u'http://twitter.com/chrkau', u'Twitter'),
(u'xmpp:[email protected]', u'XMPP'),
(u'https://github.com/chrkau', u'GitHub'),
(u'https://bitbucket.org/chrkau', u'BitBucket'),
# (u'http://djangopeople.net/ckau/', u'Django People'),
(u'http://djangogigs.com/developers/christian-kaula/', u'Djangogigs'),
)
SITENAME = u'Christian Kaula'
SITESUBTITLE = u'I make stuff simple.'
SITEURL = u'http://christiankaula.com'
TIMEZONE = 'Europe/Berlin'
DEFAULT_LANG = 'en'
DEFAULT_PAGINATION = 5
THEME = 'theme/ck03.5'
TYPOGRIFY = True
PIWIK_URL = 'piwik.10tok.net'
PIWIK_SITE_ID = 1