Comments - Take 3 - On Zola
A while ago I added comments for my Jekyll base blog. Since then, I switched to zola. Its basically a Rust based “clone” of the static site generator (SSG) Hugo. Compared to Jekyll, it is a lot faster, and I found it to be a lot simpler. However, Zola has its own set of challenges. For instance, changing themes is nearly impossible and theme extension can get messy. That is the story for a future post. At some point I might consider creating my own SSG. Building a small one should be easy enough (and due to GitHub’s Actions it could be used immediately). ...