From d99467639b8194e66fafceab67a31ac92b11cb36 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 8 Jan 2025 12:51:45 +0100 Subject: [PATCH] Fix config for actual page --- hugo.yaml | 2 +- sync.sh | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 6cb4100..fe6251c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,6 +1,6 @@ baseURL: https://example.org/ languageCode: en-us -title: My New Hugo Site +title: Show 2024 des TSC im VfL Sindelfingen module: imports: diff --git a/sync.sh b/sync.sh index 1e1ce69..4d548bb 100755 --- a/sync.sh +++ b/sync.sh @@ -1,8 +1,4 @@ #!/bin/bash -echo "Please fix the sync script to match your config." -exit 1 - -# Here is an example -# rsync -aPh --info=progress2 public/ tsc@vps.tsc-vfl.de:show2024intern/public/ "$@" +rsync -aPh --info=progress2 public/ tsc@vps.tsc-vfl.de:show2024/public/ "$@"