diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5576709..6214092 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -83,6 +83,28 @@ "problemMatcher": [ "$pester" ] + }, + { + "label": "Run dev Server", + "type": "shell", + "command": [ + "hugo server --buildDrafts" + ], + "group": { + "kind": "test", + "isDefault": true + } + }, + { + "label": "Build Site", + "type": "shell", + "command": [ + "hugo" + ], + "group": { + "kind": "build", + "isDefault": true + } } ], "inputs": [