This is the current version of my personal website and blog, finmoorhouse.com.
This is a static site built on Eleventy (11ty) and hosted on Netlify, with Tailwind CSS and a small number of additional plugins. The previous version of the site was built using Gatsby JS.
The /writing
page has a Nunjucks shortcode for sidenotes, heavily inspired by Gwern's post on 'Sidenotes In Web Design'.
Images are served remotely from an image CDN (so only links are generated at build, and no images are processed).1
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!
🦥