Phase 4: implement full static site (Eleventy, 15 pages, CSS, JS)

This commit is contained in:
Tom Roth
2026-07-31 08:33:06 +02:00
parent ecbd9f94e5
commit 34f7f5a1f5
24 changed files with 5986 additions and 8 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "her-website",
"version": "1.0.0",
"description": "HER — Home Enhancement and Renovation website",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}