From: Ralf Jung Date: Sun, 3 Jul 2022 00:04:37 +0000 (-0400) Subject: research page moved to new location X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/d1aaea5bfa433572d65fddf85185494ccb059d38 research page moved to new location --- diff --git a/research/_config.yml b/research/_config.yml index eb710f5..110ebaf 100644 --- a/research/_config.yml +++ b/research/_config.yml @@ -1,6 +1,6 @@ # Site settings -baseurl: "/research" -url: "https://www.ralfj.de" +baseurl: "" +url: "https://research.ralfj.de" timezone: "Europe/Berlin" defaults: diff --git a/research/upload.sh b/research/upload.sh index 0cad195..249ef6b 100755 --- a/research/upload.sh +++ b/research/upload.sh @@ -8,4 +8,4 @@ git add . git diff --cached git commit -m "site upload" -rsync ./ ralfj.de:/srv/www.ralfj.de/docroot/research/ -aP --exclude .git +rsync ./ ralfj.de:/srv/research.ralfj.de/docroot/ -aP --exclude .git