some more progress on home page

This commit is contained in:
2024-08-27 11:05:00 +02:00
parent 4d1f30e187
commit 536aead3aa
7 changed files with 159 additions and 11 deletions

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

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"path": "site",
"group": "build",
"problemMatcher": [],
"label": "Build website",
"detail": "node build.js"
}
]
}