first working blog

This commit is contained in:
Luca 2024-10-09 10:31:04 +02:00
parent 000f4e4196
commit 16fe9bd093
13 changed files with 107 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "runtimefee.lol",
"version": "0.0.1",
"description": "Game Development Resources",
"main": "index.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Luca Junge <LucaJunge@posteo.de> (https://luca-junge.de/)",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.0.0"
},
"type": "module"
}