Browse Source

changed the whole site to HTTPS, muh encryption

pull/1/head
RRA 7 years ago
parent
commit
d0ce8de9fe
  1. 10
      pelican/pelicanconf.py
  2. 2
      pelican/publishconf.py

10
pelican/pelicanconf.py

@ -18,16 +18,6 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = 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
# Uncomment following line if you want document-relative URLs when developing

2
pelican/publishconf.py

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

Loading…
Cancel
Save