Fix publishconf and pelicanconf

main
Georg Krause 2019-05-25 23:11:50 +02:00
parent 3573cbff83
commit 6aeacf8a0e
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = 'Georg Krause'
SITENAME = 'Loopp'
SITEURL = 'https://loopp.soundship.de'
SITEURL = 'http://localhost:8000'
THEME = 'themes/Loopp'
INDEX_SAVE_AS = 'blog.html'
@ -32,7 +32,7 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
RELATIVE_URLS = True
# Landing Page Content

View File

@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = ''
SITEURL = 'https://loopp.soundship.de'
RELATIVE_URLS = False
#FEED_ALL_ATOM = 'feeds/all.atom.xml'