From: M. Taylor Saotome-Westlake Date: Tue, 6 Sep 2016 03:06:13 +0000 (-0700) Subject: publication settings X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=cbca97e02c988ded1a3bb67e5fcfe159b89e5425 publication settings --- diff --git a/Makefile b/Makefile index d1ddf80..667dc6b 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ FTP_HOST=localhost FTP_USER=anonymous FTP_TARGET_DIR=/ -SSH_HOST=localhost +SSH_HOST=unremediatedgender.space SSH_PORT=22 SSH_USER=root -SSH_TARGET_DIR=/var/www +SSH_TARGET_DIR=/var/www/html S3_BUCKET=my_s3_bucket 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'