Test post please ignore

Setting up a static site is easy, converting from Markdown to HTML is easy, but doing both together still yields a project with impressive complexity.

I’ve experienced:

In the end I stuck with Jekyll. At least GitHub takes care of the build chain here, and there are a few themes to choose from when I realize my DIY barebones CSS is awful. Plus look at this fancy syntax highlighting:

const woot = () => {
    console.log(`This is a test`);
    return 4;
}

This setup is simple enough to mark down as done.