Adding comments to Hugo using Comentario

When I migrated from Wordpress to Hugo, I gained a simpler, lighter blog, however I also lost a few functionalities. One of them is the ability to comment the posts. Fortunately, there are external solutions and Hugo allows to include such sites. There are many solutions, both SaaS like Disqus and self-hosted like Comentario. I chose the latter. Comentario provides a Docker image and a Docker Compose file for an easy deployment. While the documentation mentions the ability to run with SQLite, which would be more than enough for this blog, neither the binary nor the Docker image support SQLite. I don’t master Go so I decided to go with the alternative (PostgreSQL) rather than recompiling with SQLite support.. ...

March 29, 2025 · 2 min

Migrating to Hugo

I had been thinking using Wordpress for a personal blog is kind of wasteful for a long long time. After all, I don’t have dynamic content, it’s really just a bunch of text. I wanted to migrate to a static-file CMS for a long time but I never had the courage to do so. I recently had a few days of downtime, and so finally I did it. I decided to use Hugo as it was the most popular option at the time. ...

July 24, 2024 · 3 min