From: Amin Bandali Date: Wed, 1 Jan 2020 21:17:54 +0000 (-0500) Subject: update my domain X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/2075ef5a645bf11e9247230920452c951dc53b43 update my domain --- diff --git a/Makefile b/Makefile index 2dc6d78..3a96bd5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OUT_DIR = $(BASE_DIR)/site/ RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP SSH_USER = amin@shemshak.org -SSH_DEST = /var/www/bandali.eu.org/ +SSH_DEST = /var/www/bndl.org/ all: build diff --git a/bandali/prefs.scm b/bandali/prefs.scm index 57712a1..3997aeb 100644 --- a/bandali/prefs.scm +++ b/bandali/prefs.scm @@ -23,7 +23,7 @@ my-secondary-date-format)) (define my-scheme 'https) -(define my-domain "bandali.eu.org") +(define my-domain "bndl.org") (define my-url (string-append (symbol->string my-scheme) "://" my-domain)) (define my-tag-prefix "tags")