Update config from existing project

This commit is contained in:
Christian Wolf 2025-01-08 12:31:08 +01:00
parent 95ccb91d1d
commit d014c0b184
2 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "hugo-extended --minify --gc --cleanDestinationDir", "build": "hugo-extended --minify --gc --cleanDestinationDir",
"build-extended": "hugo-extended --cleanDestinationDir -e stage",
"hugo": "hugo-extended", "hugo": "hugo-extended",
"server": "hugo-extended server", "server": "hugo-extended server",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

8
sync.sh Executable file
View File

@ -0,0 +1,8 @@
#!/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/ "$@"