About This Site

2026


This page is about this website, as it's a project too! It's fully static, and built by a Rust crate I made for the job.

A mixture of Markdown and HTML templates are used to describe the sites content. Then, a crate I wrote in Rust parses it and outputs the files that are accessible through the website.

We're in an era of flashy AI-generated portfolios, I instead opted to keep the site fairly minimal - hopefully letting the content itself do the talking. There's still lots of invisible design decisions of course :).

Many thanks to axum for its HTTP routing, and markdown-rs for its syntax tree generation.