This is my personal website.
It is built using Eleventy and deployed to Netlify.
A bunch of markdown and javascript files are processed and spits out a bunch of html files.
Develop
npm start
Build for production
npm run build
Markdown rendering features are showcased in this blog post.
MIT