Depends on what you're doing with it. You could get away with a SSG for some use cases, but Wordpress with plugins can get pretty crazy and out of scope for simple SSGs.
Easy but intrusive option: disqus, most Hugo themes already support it and it doesn't require a server
Hard but Foss: isso, it requires a vps as it's in python, and literally zero Hugo themes support it so you have to edit their source to include it (not extremely hard, you just override the disqus part)