Allow usage of npm script to create new content

This commit is contained in:
Christian Wolf 2024-07-07 11:12:38 +02:00
parent 33457b0e86
commit 67c59b1d28

View File

@ -6,6 +6,7 @@
"scripts": { "scripts": {
"server": "hugo-extended server --bind 0.0.0.0", "server": "hugo-extended server --bind 0.0.0.0",
"build": "hugo-extended --minify", "build": "hugo-extended --minify",
"new": "hugo-extended new content",
"stylelint:check": "stylelint \"**/*.scss\"", "stylelint:check": "stylelint \"**/*.scss\"",
"stylelint:fix": "stylelint --fix \"**/*.scss\"", "stylelint:fix": "stylelint --fix \"**/*.scss\"",
"deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net" "deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net"