feat: add 11ty template

This commit is contained in:
Michał Ordon
2025-04-01 02:38:02 +01:00
parent 729efb7d29
commit 8075bf7b64
6 changed files with 2222 additions and 0 deletions

15
11ty/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "11ty",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"description": "",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0"
}
}