From: Amin Bandali Date: Thu, 28 Feb 2019 06:47:22 +0000 (-0500) Subject: change base url back to aminb.org X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/1663324cfcc445f69fce3defa9b58bfc1b16160d change base url back to aminb.org 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 --- 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"]