move research website to my server
authorRalf Jung <post@ralfj.de>
Thu, 16 Sep 2021 18:53:49 +0000 (14:53 -0400)
committerRalf Jung <post@ralfj.de>
Thu, 16 Sep 2021 18:53:49 +0000 (14:53 -0400)
research/_config.yml
research/upload.sh

index 4c1f1f93290ba95ad351966e37abf4929b71a64f..c53f87ca64a00e6fe64092cdd660c5ba06bc0582 100644 (file)
@@ -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:
index f0268be2af25c0261ef733555fc96e12eeee0ea6..0cad19594a521dd0ac85a740b60678462e4e2932 100755 (executable)
@@ -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