changed the whole site to HTTPS, muh encryption

This commit is contained in:
RRA 2017-03-12 11:59:50 +01:00
parent 6b33f18fc3
commit d0ce8de9fe
2 changed files with 1 additions and 11 deletions

View File

@ -18,16 +18,6 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None AUTHOR_FEED_RSS = None
# Blogroll
#LINKS = (('Pelican', 'http://getpelican.com/'),
# ('Python.org', 'http://python.org/'),
# ('Jinja2', 'http://jinja.pocoo.org/'),
# ('You can modify those links in your config file', '#'),)
# Social widget
#SOCIAL = (('You can add links in your config file', '#'),
# ('Another social link', '#'),)
DEFAULT_PAGINATION = False DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing

View File

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir) sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
SITEURL = 'http://homebrewserver.club/' SITEURL = 'https://homebrewserver.club/'
RELATIVE_URLS = False RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = 'feeds/all.atom.xml'