Fix config for actual page

This commit is contained in:
Christian Wolf 2025-01-08 12:51:45 +01:00
parent 3944dae8bd
commit d99467639b
2 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

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