setup eleventy

This commit is contained in:
Lyn Fugmann 2024-09-12 13:41:52 +02:00
parent 9e1b6e452a
commit 2b3ce63127
5 changed files with 2681 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "ese-website",
"version": "2.0.0",
"description": "This is the WIP rewrite of the ESE website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FSR Informatik TU Dresden",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}