update base url
authorAmin Bandali <bandali@gnu.org>
Sat, 23 Feb 2019 07:13:34 +0000 (02:13 -0500)
committerAmin Bandali <bandali@gnu.org>
Sat, 23 Feb 2019 07:13:34 +0000 (02:13 -0500)
.build.yml
config.toml

index cf23eea..a9a0368 100644 (file)
@@ -24,4 +24,4 @@ tasks:
   - deploy: |
       cd aminb.org
       sshopts="-o StrictHostKeyChecking=no"
-      rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/aminb/html/
+      rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/amin.bndl.org/
index 777245d..1adf1d0 100644 (file)
@@ -1,4 +1,4 @@
-baseurl = "https://aminb.org"
+baseurl = "https://amin.bndl.org"
 title = "Amin Bandali"
 author = "Amin Bandali"
 theme = ["hugo-micro-json", "divine"]
@@ -34,7 +34,7 @@ pygmentsUseClasses = true       # This applies to Chroma too.
     url = "https://www.gnu.org"
 
   [Params.source]
-    url = "https://git.aminb.org/aminb.org"
+    url = "https://git.bndl.org/amin/aminb.org"
     md_dir = "content"
     org_dir = "content-org"