No description
- HTML 43.2%
- JavaScript 22.1%
- Nunjucks 20.9%
- CSS 13.8%
| src | ||
| .DS_Store | ||
| .eleventy.js | ||
| .envrc | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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