diff options
Diffstat (limited to 'pelicanconf.py')
| -rw-r--r-- | pelicanconf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index d238de5..0290bb5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | from __future__ import unicode_literals | 3 | from __future__ import unicode_literals |
| 4 | 4 | ||
| 5 | AUTHOR = u'Chaos Computer Club e.V.' | 5 | AUTHOR = u'Chaos Computer Club e.V.' |
| 6 | SITENAME = u'Hilfsangebote' | 6 | SITENAME = u'Support-Angebote' |
| 7 | SITEURL = '' | 7 | SITEURL = 'http://localhost:8000' |
| 8 | 8 | ||
| 9 | TIMEZONE = 'Europe/Berlin' | 9 | TIMEZONE = 'Europe/Berlin' |
| 10 | 10 | ||
| @@ -21,8 +21,8 @@ AUTHOR_FEED_RSS = None | |||
| 21 | DEFAULT_PAGINATION = 10 | 21 | DEFAULT_PAGINATION = 10 |
| 22 | 22 | ||
| 23 | # Uncomment following line if you want document-relative URLs when developing | 23 | # Uncomment following line if you want document-relative URLs when developing |
| 24 | #RELATIVE_URLS = True | 24 | # RELATIVE_URLS = True |
| 25 | THEME = u'theme/cccevents' | 25 | THEME = u'theme/cccevents/' |
| 26 | MARKDOWN = { | 26 | MARKDOWN = { |
| 27 | 'extension_configs': { | 27 | 'extension_configs': { |
| 28 | 'markdown.extensions.codehilite': {'css_class': 'highlight'}, | 28 | 'markdown.extensions.codehilite': {'css_class': 'highlight'}, |
