Initial commit

Static site generation from md wip
This commit is contained in:
2023-09-15 22:35:15 +02:00
commit 24fd81c32c
11 changed files with 1213 additions and 0 deletions

6
firebase.json Normal file
View File

@@ -0,0 +1,6 @@
{
"hosting": {
"public": ".dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}