reconstruct site to use eleventy
Some checks failed
/ build (push) Failing after 35s

This commit is contained in:
Ruben 2025-04-20 03:23:57 -05:00
commit 5edbe5703f
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
243 changed files with 10960 additions and 81 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "pages",
"version": "1.0.0",
"description": "ruben's hopefully powered by eleventy website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@synth.download:10429/sneexy/pages.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"clean-css": "^5.3.3"
}
}