diff --git a/package.json b/package.json index 20361c8..91d4666 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "build": "hugo-extended --minify --gc --cleanDestinationDir", + "build-extended": "hugo-extended --cleanDestinationDir -e stage", "hugo": "hugo-extended", "server": "hugo-extended server", "test": "echo \"Error: no test specified\" && exit 1" diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..1e1ce69 --- /dev/null +++ b/sync.sh @@ -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/ "$@" +