The Blog

  January 6, 2026

Sublime Text in 2026?

I was using Sublime Text back in 2016, or so. After using Atom, VS Code, and most recently Zed, I’m almost back to Sublime Text (now as version 4) again. Is Sublime Text truly a solid option in 2026?

  December 19, 2025

Learning About Eleventy

Back when I finished moving this blog from WordPress to Hugo I read about a number of other static site generators before I chose Hugo. Hugo is very popular and very capable, but it does have its oddities. Eleventy (aka 11ty) is another very popular framework and I felt I needed to understand it better.

  November 25, 2025

I'm Not Missing Tailwind

  Web Development      CSSTailwind

While converting this site from Hugo to Zola, I elected to dispense with Tailwind; partially because I wanted to try using plain CSS and partially because Zola and Tailwind don’t make an easy pairing. Along the way, I discovered that I don’t like Tailwind as much as I thought I did.

  November 16, 2025

Converting from Hugo to Zola

  Web Development      Zola

I’ve made the switch from Hugo to Zola mostly because I had come to dread making substantial changes to this site. Go’s template language is too weird and the way I implemented Tailwind is too fragile. Zola and plain old CSS have cleared all that up.