Personal site built with Eleventy (11ty) and Tailwind CSS.
- Bun (used for scripts and dependency management)
bun installbun startRuns Eleventy in serve mode and Tailwind in watch mode.
bun run buildGenerates the production site into _site/.
- Source files live in
src/; templates are insrc/_includes/. - Posts are Markdown files in
src/posts/with front matter. - Images are optimized via the Eleventy image shortcode.
- Deployments run on Netlify and are already set up to build and publish on pushes to
master.