scaffold unprompted site: eleventy, templates, gitea CI
Some checks failed
Deploy to S3 / deploy (push) Failing after 1m26s

This commit is contained in:
2026-03-28 04:10:09 +00:00
commit 0ed5909289
14 changed files with 471 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "unprompted",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve --watch"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0"
}
}