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.. ...