This is the repository for my website blakerain.com, which features a blog and some informational pages.
The website is built using a custom processor written in Rust, and is deployed to the Bunny CDN by a Forgejo workflow.
The site can be built using the Makefile in the root of the repository:
make
A release build can be built with make release.
You can run a local development server that will rebuild the site on any changes and cause the
browser to reload the page with the new content using cargo run --bin dev.