Reference my up to date fork

This commit is contained in:
Raymond Wanyoike 2016-11-29 16:14:37 +03:00
commit 485d685a20
4 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'http://example.com'
SITEURL = 'https://rwanyoike.github.io/alchemy-preview/'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'