Colophon
This site is statically generated with Next.js and hosted on a VPS in a swamp somewhere in New Jersey. It is built out of HTML, CSS, and a handful of home-made React components. The content (posts and notes) are written in markdown with some front matter, which is parsed with using the gray-matter and remark libraries. The code for the site lives in a GitHub repo (which gets deployed to the server through a GitHub action) and the posts and notes are in a separate folder that gets rsync-ed to the server. I have an API route that asks Next.js to regenerate the site, which I call after I have a new post or a certain number of new notes. The site sits behind some Cloudflare shenanigans right now, but maybe that will change (and its probably not necessary).