change base url back to aminb.org
authorAmin Bandali <bandali@gnu.org>
Thu, 28 Feb 2019 06:47:22 +0000 (01:47 -0500)
committerAmin Bandali <bandali@gnu.org>
Thu, 28 Feb 2019 06:47:22 +0000 (01:47 -0500)
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
config.toml

index a9a0368..6124e10 100644 (file)
@@ -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/
index 1adf1d0..832cf56 100644 (file)
@@ -1,4 +1,4 @@
-baseurl = "https://amin.bndl.org"
+baseurl = "https://aminb.org"
 title = "Amin Bandali"
 author = "Amin Bandali"
 theme = ["hugo-micro-json", "divine"]