Files
website-hugo/.vscode/tasks.json
2024-01-30 08:24:46 +00:00

12 lines
176 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "hugo",
"task": "server draft",
"group": "build",
"problemMatcher": [],
"label": "hugo: Serve draft site"
}
]
}