I have used Hugo for a few years now, to have a simple blog. I just installed the Isso comments system on my server and I am wondering how to embed it in Hugo.
The article look well-written hence give it a try. It may not be relevant that is from 2017, but it may work. Come back here when you will face an issue with Hugo itself as don’t think you will get too many responses other way.
I am using Isso for a few years now. I installed Isso as described at Isso — UberLab 7 documentation. Isso is accessible via a subdomain.
I integrated Isso with the following code.
Basically, only <a href="{{ .Permalink }}#isso-thread">Comments</a>
and <section id="isso-thread" data-title="{{ .Title }}"></section> is important.
The link shows below the article title whether there are already comments on an article. The link is optional and therefore does not have to be implemented.
With the section, the input fields with which one can create a comment as well as the already existing comments are displayed under an article. For example I/O Scheduler automatisch einstellen.
Thank you. Because I have almost no knowledge of graphics editing, I have kept the theme as simple as possible and tried to ensure that it is accessible to as many users as possible.
Just have a look at the CSS files and adopt what you like.
Giscus (heavily inspired by utterances) was trivial to install and has great features. Only downside is commenters need to create a Github account to comment. The way I look at it is this cuts down on a lot of spam and only people with something important to say will bother to create one (if they don’t already have it).