diff --git a/pelican/pelicanconf.py b/pelican/pelicanconf.py index baed0bf..f8d26e7 100644 --- a/pelican/pelicanconf.py +++ b/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 diff --git a/pelican/publishconf.py b/pelican/publishconf.py index ac12fe4..cd6ba36 100644 --- a/pelican/publishconf.py +++ b/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'