TBD
This is the current version of my personal website and blog, TBD.
This is a static site built on Eleventy (11ty) and hosted on Netlify, with Tailwind CSS and a small number of additional plugins.
The /writing
page has a Nunjucks shortcode for sidenotes, heavily inspired by Gwern's post on 'Sidenotes In Web Design'.
Images are sourced from a separate LFS repo to be processed by eleventy-img
. They are cached across builds, remotely and locally.
You're welcome to use this site as a starter for your own site or blog, but note that it's incomplete, poorly documented, and not built for legibility.
Still, to run the site locally:
- Clone this repo
- Run
npm install
- Run
npm run dev
Comments, questions, and pull requests are welcome!
š¦„