We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d961d9 commit a6a7027Copy full SHA for a6a7027
pelicanconf.py
@@ -6,6 +6,7 @@
6
AUTHOR = "Peter"
7
SITENAME = "A Place for Asides"
8
SITEURL = ""
9
+RELATIVE_URLS = True
10
11
PATH = "content"
12
publishconf.py
@@ -10,8 +10,9 @@
sys.path.append(os.curdir)
from pelicanconf import *
13
-SITEURL = 'https://tonyromarock.github.io'
14
-RELATIVE_URLS = True
+SITEURL = "https://petermortimer.de"
+FEED_DOMAIN = SITEURL
15
+RELATIVE_URLS = False
16
17
FEED_ALL_ATOM = 'feeds/all.atom.xml'
18
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
0 commit comments