One of the biggest disadvantages of static site generators is that they are static and can’t include comments.
There are multiples solutions to solve this problem. You could add a third party blog engine like Disqus, but this has the drawback of including a third-party tool with a bad privacy record in your website. Another solution would be to host an open-source alternative but this comes at the cost of a higher maintenance burden.
Thanks, I’ll check that out !