From 67c59b1d2859c49c66091100532715c8799bc727 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 7 Jul 2024 11:12:38 +0200 Subject: [PATCH] Allow usage of npm script to create new content --- package.json | 1 + 1 file changed, 1 insertion(+) 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"