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

11
site/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "janishutz.com",
"version": "1.0.0",
"main": "build.js",
"scripts": {
"build": "node build.js"
},
"author": "Janis Hutz",
"license": "ISC",
"description": ""
}