From d1aaea5bfa433572d65fddf85185494ccb059d38 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 2 Jul 2022 20:04:37 -0400 Subject: [PATCH] research page moved to new location --- research/_config.yml | 4 ++-- research/upload.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2