Update README

This commit is contained in:
2024-01-30 08:24:46 +00:00
parent f4b8f0eaa7
commit 752e62724b
2 changed files with 26 additions and 0 deletions

12
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "hugo",
"task": "server draft",
"group": "build",
"problemMatcher": [],
"label": "hugo: Serve draft site"
}
]
}