From: Ralf Jung Date: Thu, 16 Sep 2021 18:53:49 +0000 (-0400) Subject: move research website to my server X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/63481651211e20bb10d19dc3aebfca5ccdafff91?ds=sidebyside move research website to my server --- 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