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 eb8be47 commit cd4116dCopy full SHA for cd4116d
pelicanconf.py
@@ -1,6 +1,6 @@
1
AUTHOR = 'Parsons Community'
2
SITENAME = 'Parsons'
3
-SITEURL = ""
+SITEURL = "https://move-coop.github.io/parsons-website/"
4
5
PATH = "content"
6
publishconf.py
@@ -8,7 +8,7 @@
8
from pelicanconf import *
9
10
# If your site is available via HTTPS, make sure SITEURL begins with https://
11
+SITEURL = "https://move-coop.github.io/parsons-website"
12
RELATIVE_URLS = False
13
14
FEED_ALL_ATOM = "feeds/all.atom.xml"
0 commit comments