initial commit

This commit is contained in:
venus
2026-07-31 16:09:39 -05:00
commit bde04ebf0b
201 changed files with 5848 additions and 0 deletions

10
compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
eleventy:
build: .
ports:
- "8080:8080"
volumes:
# Sync your local files with the container so hot-reloading works
- .:/app
# Prevent your local machine from overwriting the container's node_modules
- /app/node_modules