From: Amin Bandali Date: Sat, 23 Feb 2019 07:13:34 +0000 (-0500) Subject: update base url X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/7a97e8cd399f37fd828cb9f63b56c0549eba0819 update base url --- diff --git a/.build.yml b/.build.yml index cf23eea..a9a0368 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/aminb/html/ + rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/amin.bndl.org/ diff --git a/config.toml b/config.toml index 777245d..1adf1d0 100644 --- a/config.toml +++ b/config.toml @@ -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"