My personal website, made with Eleventy and Tailwind CSS!
- Optimized images, with different formats, sizes, and low-quality image placeholders (LQIP)
- Build processes for JavaScript and CSS right in Eleventy through
.11ty.js
templates - Syntax highlighting for blog posts in Markdown using shiki
- RSS & Atom feeds for subscription and syndication
- GitHub contributions listing using the GitHub GraphQL API
- 16 themes available via CSS variables and accessible through a select
- Pageview data fetched from Plausible's API
$ pnpm install # install dependencies
$ pnpm dev # start development server
$ pnpm build # run production build
$ pnpm clean # clean up build artifacts and caches
- Code: MIT (
LICENSE
) - Content & Images: CC BY-SA 4.0 (
LICENSE-content
)