From cbca97e02c988ded1a3bb67e5fcfe159b89e5425 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 5 Sep 2016 20:06:13 -0700 Subject: [PATCH] publication settings --- Makefile | 4 ++-- publishconf.py | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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' -- 2.17.1