X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=publishconf.py;h=6498696a9a2166151f693066be9a7f618022654b;hp=d9d58c4f3f7215652f286d0e7569c5e222c20405;hb=cbca97e02c988ded1a3bb67e5fcfe159b89e5425;hpb=a549bdb5d704a62a6e560a09f6680217dda0b61b diff --git a/publishconf.py b/publishconf.py index d9d58c4..6498696 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,8 +10,10 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'ultimatelyuntruethought.space' -RELATIVE_URLS = False +SITEURL = 'unremediatedgender.space' +# XXX: relative URLs == False resulted in hostname erroneously appearing twice +# in path?! +RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'