Set FEED_DOMAIN as our site isn't on /

This commit is contained in:
Raymond Wanyoike 2016-11-30 17:39:14 +03:00
commit 67dfaa8860

View file

@ -10,9 +10,10 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://rwanyoike.github.io/alchemy-preview/'
SITEURL = 'https://rwanyoike.github.io/pelican-alchemy/'
RELATIVE_URLS = False
FEED_DOMAIN = SITEURL
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'