Comment System Setup
Hugo is a static site generator, but you can still add a comment system through various vendors and free services.
Setup
Please start with the Hugo official docs to understand how to integrate a comment system. The docs include a quick setup for Disqus and list other mainstream options for easy reference.
When you are ready to insert the template code required by your chosen provider, download comments.html from the Neso GitHub repo: comments.html.
After adding your code, place the file under your project at: layouts/_partials/content/comments.html
.
If the directories do not exist, please create them.