This page is built with 11ty.
- We use pnpm (or npm) to install dependencies.
pnpm install
- The
src/
folder containsindex.html
, which is interpreted as a liquid template. You could also useindex.md
instead. This Markdown file will also be interpreted as a liquid template. - Run
pnpm start