utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues

Home Page:https://utteranc.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I remove utterance from my Hugo website?

GerBreOwn opened this issue · comments

I need to switch to another comment platform so I need to remove utterance from my site?

Thanks

I think all you need to do is remove the <script src="https://utteranc.es/client.js" ... </script> block that you previously added to your website's code.

@GerBreOwn Can I ask why you're switching and what you're switching to? Trying to determine if this is still the best comment system in 2023.

I am switching to gitcus which is based on utterance. From what I have read about it it is better than utterance which uses Github Items and gitcus uses Github discussions.
How ever I am still having problems to get it installed on my Hugo web site so maybe it was NOT a good idea to switch.