Mercurial > hg > Blog
diff pelicanconf.py @ 97:e99db3bc53c1
Updates for pelican 4.2.0, publish the blog as HTTPS instead of HTTP
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Dec 2019 09:31:57 +0100 |
parents | ab417a6e0b05 |
children |
line wrap: on
line diff
--- a/pelicanconf.py Wed Jul 24 08:29:42 2019 +0200 +++ b/pelicanconf.py Thu Dec 19 09:31:57 2019 +0100 @@ -4,7 +4,9 @@ AUTHOR = u'Dirk Olmes' SITENAME = u'Infoschnipsel und Wissenswertes' -SITEURL = 'http://xanthippe.duckdns.org/blog' +SITEURL = 'https://xanthippe.duckdns.org/blog' +# Uncomment following line if you want document-relative URLs when developing +RELATIVE_URLS = True ARCHIVES_URL = 'archives.html' DEFAULT_LANG = u'de' @@ -43,6 +45,3 @@ ) DEFAULT_PAGINATION = 10 - -# Uncomment following line if you want document-relative URLs when developing -RELATIVE_URLS = True