diff options
| author | Linus Neumann <git_commits@linus-neumann.de> | 2018-11-07 13:47:21 +0100 |
|---|---|---|
| committer | Linus Neumann <git_commits@linus-neumann.de> | 2018-11-07 13:47:21 +0100 |
| commit | 953086df478ef9e9692312499ec255fcead0c40c (patch) | |
| tree | fe177c623c4384813069a6319e486fc7c7ff4dad /pelicanconf.py | |
| parent | cc1cc2647c681e5275dedbe79af272e0450d7f64 (diff) | |
Restrukturisierung und Merge
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'}, |
