From 63481651211e20bb10d19dc3aebfca5ccdafff91 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 16 Sep 2021 14:53:49 -0400 Subject: [PATCH] move research website to my server --- 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 4c1f1f9..c53f87c 100644 --- a/research/_config.yml +++ b/research/_config.yml @@ -1,6 +1,6 @@ # Site settings -baseurl: "/~jung" -url: "https://www.mpi-sws.org" +baseurl: "/research" +url: "https://www.ralfj.de" timezone: "Europe/Berlin" defaults: diff --git a/research/upload.sh b/research/upload.sh index f0268be..0cad195 100755 --- a/research/upload.sh +++ b/research/upload.sh @@ -8,4 +8,4 @@ git add . git diff --cached git commit -m "site upload" -rsync ./ mpi-contact:public_html/ -aP --exclude .git +rsync ./ ralfj.de:/srv/www.ralfj.de/docroot/research/ -aP --exclude .git -- 2.30.2