My personal website, made with Eleventy and Tailwind CSS!
- Optimized images, with different formats, sizes, and low-quality image placeholders (LQIP)
- Social image generation with satori for every page
- Build processes for JavaScript and CSS right in Eleventy through
.11ty.js
templates - Syntax highlighting for blog posts in Markdown using
@11ty/eleventy-plugin-syntaxhighlight
src/_layouts/
: layoutssrc/_data/
: global data stuff fed to Eleventysrc/utils/
: node scripts & utilities related to the build processsrc/posts/*.md
: the blog posts, written in Markdownimages/
: images for the blog posts
$ yarn # install deps
$ yarn dev # start development server
$ yarn build # run production build
$ yarn clean # clean up build artifacts and caches
- Code: MIT (
LICENSE
) - Content & Images: CC-BY-SA-4.0 (
LICENSE-content
)