Mercurial > hg > Blog
comparison publishconf.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 | 320e1b36eb7e |
children |
comparison
equal
deleted
inserted
replaced
96:57988fb9567c | 97:e99db3bc53c1 |
---|---|
8 import os | 8 import os |
9 import sys | 9 import sys |
10 sys.path.append(os.curdir) | 10 sys.path.append(os.curdir) |
11 from pelicanconf import * | 11 from pelicanconf import * |
12 | 12 |
13 SITEURL = 'http://xanthippe.duckdns.org/blog' | |
14 RELATIVE_URLS = False | 13 RELATIVE_URLS = False |
15 | 14 |
16 FEED_ALL_ATOM = 'feeds/all.atom.xml' | 15 FEED_ALL_ATOM = 'feeds/all.atom.xml' |
17 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' | 16 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' |
18 FEED_MAX_ITEMS = 10 | 17 FEED_MAX_ITEMS = 10 |