Allow usage of npm script to create new content
This commit is contained in:
parent
33457b0e86
commit
67c59b1d28
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user