Initial commit

This commit is contained in:
2025-07-31 00:25:18 +02:00
commit fc15ebbde0
19 changed files with 315 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"private": "true",
"scripts": {
"build": "hugo --gc --minify",
"dev": "hugo server"
}
}