Hello, World!

Hello!

This is my first blog post, both on this site and in general.

This site is made with Zola, a static blog generator written in Rust. Here are a few other static blog generation tools I've looked at so far:

I'm also using a great theme by Mark Otto named Hyde, although he has another theme named Lanyon that I like even more. I may try to port that theme over to Gutenberg's template engine Tera at some point, or maybe make something new based on it.

My next post will most likely be a write-up of the Rust edit distance library I've been working on. In the meantime, you can find my intermediate work on it on my GitHub, at https://github.com/MikeCain/edit-distance.