a.k.a. The sitemap.
(or at least what I am willing to add now)
Fun fact: This sitemap was generated from a CLI tool I wrote in
Rust. It reads all my files in a Next.js project and outputs
files formatted for me to render here. That way I don't have to
type out all of the paths everytime I add one. I just use the
CLI tool in the build process.
It's open source and available on my GitHub.