mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Set FEED_DOMAIN as our site isn't on /
This commit is contained in:
parent
2348eb6357
commit
67dfaa8860
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue