No description
  • HTML 43.2%
  • JavaScript 22.1%
  • Nunjucks 20.9%
  • CSS 13.8%
Find a file
2025-09-03 12:32:16 +02:00
src initial commit 2025-09-03 12:30:38 +02:00
.DS_Store initial commit 2025-09-03 12:30:38 +02:00
.eleventy.js initial commit 2025-09-03 12:30:38 +02:00
.envrc initial commit 2025-09-03 12:30:38 +02:00
.gitignore initial commit 2025-09-03 12:30:38 +02:00
package-lock.json initial commit 2025-09-03 12:30:38 +02:00
package.json initial commit 2025-09-03 12:30:38 +02:00
README.md readme edit 2025-09-03 12:32:16 +02:00

How to...

serve

node_modules/.bin/eleventy --serve --input=src

make build

node_modules/.bin/eleventy --input=src

Notes

direnv

allows config for different projects https://direnv.net/#basic-installation e.g. i can use eleventy command without prefixing it with "node_modules/.bin/", but only in that project folder

To Do