summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorLinus Neumann <git_commits@linus-neumann.de>2018-11-07 13:47:21 +0100
committerLinus Neumann <git_commits@linus-neumann.de>2018-11-07 13:47:21 +0100
commit953086df478ef9e9692312499ec255fcead0c40c (patch)
treefe177c623c4384813069a6319e486fc7c7ff4dad /pelicanconf.py
parentcc1cc2647c681e5275dedbe79af272e0450d7f64 (diff)
Restrukturisierung und Merge
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py8
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 @@
3from __future__ import unicode_literals 3from __future__ import unicode_literals
4 4
5AUTHOR = u'Chaos Computer Club e.V.' 5AUTHOR = u'Chaos Computer Club e.V.'
6SITENAME = u'Hilfsangebote' 6SITENAME = u'Support-Angebote'
7SITEURL = '' 7SITEURL = 'http://localhost:8000'
8 8
9TIMEZONE = 'Europe/Berlin' 9TIMEZONE = 'Europe/Berlin'
10 10
@@ -21,8 +21,8 @@ AUTHOR_FEED_RSS = None
21DEFAULT_PAGINATION = 10 21DEFAULT_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
25THEME = u'theme/cccevents' 25THEME = u'theme/cccevents/'
26MARKDOWN = { 26MARKDOWN = {
27 'extension_configs': { 27 'extension_configs': {
28 'markdown.extensions.codehilite': {'css_class': 'highlight'}, 28 'markdown.extensions.codehilite': {'css_class': 'highlight'},