From b3411fd4b4203974c9bb6e2f45217b936f1999ef Mon Sep 17 00:00:00 2001 From: Christian Schulzendorff Date: Mon, 21 Feb 2022 23:11:21 +0100 Subject: [PATCH] formatting --- content/tiles/pendel.md | 2 +- deploy.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/tiles/pendel.md b/content/tiles/pendel.md index c2897a6..d0454f4 100644 --- a/content/tiles/pendel.md +++ b/content/tiles/pendel.md @@ -1,7 +1,7 @@ +++ title = "Pendel" correspondingTagName = "pendel" -urlLink = "earls5.uber.space/pendel/" +urlLink = "earls5.uber.space/pendel/leinwand/" cover = "img/pendel-logo.png" coverCredit = "Die Pendel-Website" description = "Leinwand durch Raum und Zeit" diff --git a/deploy.sh b/deploy.sh index dd444ac..8254f39 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,6 @@ HOST=despina.uberspace.de # the directory where your web site files should go DIR=/home/kollegen/html -hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} +hugo && rsync -avz public/ ${USER}@${HOST}:${DIR} -exit 0 \ No newline at end of file +exit 0