For a while now, I’ve been using make as my task runner for my blog. make run
to run locally, make deploy
to build and push to GitHub pages.
But… the syntax isn’t great for some things and I’ve been working a lot with Rust. So let’s see what just can do!