This site is built with Eleventy and Markdown content under src/.
pnpm install
pnpm devpnpm buildThe generated static site is written to _site/.
- Update shared site metadata in
src/_data/site.js. - Edit the homepage in
src/index.md. - Add or update posts in
src/posts/*.md. - Adjust the shared layout in
src/_includes/layouts/.