From 1663324cfcc445f69fce3defa9b58bfc1b16160d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 28 Feb 2019 01:47:22 -0500 Subject: [PATCH] change base url back to aminb.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit i’ve decided to stick with aminb.org for my main site for the time being, and i’ll probably put amin.bndl.org to a different use --- .build.yml | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index a9a0368..6124e10 100644 --- a/.build.yml +++ b/.build.yml @@ -24,4 +24,4 @@ tasks: - deploy: | cd aminb.org sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/amin.bndl.org/ + rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/aminb.org/ diff --git a/config.toml b/config.toml index 1adf1d0..832cf56 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://amin.bndl.org" +baseurl = "https://aminb.org" title = "Amin Bandali" author = "Amin Bandali" theme = ["hugo-micro-json", "divine"] -- 2.20.1