From 953086df478ef9e9692312499ec255fcead0c40c Mon Sep 17 00:00:00 2001 From: Linus Neumann Date: Wed, 7 Nov 2018 13:47:21 +0100 Subject: Restrukturisierung und Merge --- pelicanconf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index d238de5..0290bb5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,8 +3,8 @@ from __future__ import unicode_literals AUTHOR = u'Chaos Computer Club e.V.' -SITENAME = u'Hilfsangebote' -SITEURL = '' +SITENAME = u'Support-Angebote' +SITEURL = 'http://localhost:8000' TIMEZONE = 'Europe/Berlin' @@ -21,8 +21,8 @@ AUTHOR_FEED_RSS = None DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True -THEME = u'theme/cccevents' +# RELATIVE_URLS = True +THEME = u'theme/cccevents/' MARKDOWN = { 'extension_configs': { 'markdown.extensions.codehilite': {'css_class': 'highlight'}, -- cgit v1.2.3