Add SITEURL

This commit is contained in:
Ben Sturmfels 2023-03-16 09:13:11 +11:00
parent 1998c9a7a1
commit 959bdab92b
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -7,7 +7,7 @@ sys.path.append(os.curdir)
from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = ''
SITEURL = 'https://fossy.us'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'
@ -18,4 +18,4 @@ DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""
#GOOGLE_ANALYTICS = ""