diff --git a/package.json b/package.json index 5a76b43..231fb84 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "server": "hugo-extended server --bind 0.0.0.0", "build": "hugo-extended --minify", + "new": "hugo-extended new content", "stylelint:check": "stylelint \"**/*.scss\"", "stylelint:fix": "stylelint --fix \"**/*.scss\"", "deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net"