initial commit

This commit is contained in:
paupowpow 2025-09-03 12:30:38 +02:00
commit b5b1e66ef1
381 changed files with 4909 additions and 0 deletions

9
package.json Normal file
View file

@ -0,0 +1,9 @@
{
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-img": "^3.1.0",
"fast-glob": "^3.2.12",
"glob": "^8.1.0",
"glob-promise": "^6.0.2"
}
}