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/ "$@"