utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues
https://utteranc.es
MIT License
8.66k stars 567 forks source link

How do I remove utterance from my Hugo website? #633

Open GerBreOwn opened 1 year ago

GerBreOwn commented 1 year ago

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

Thanks

JOE1994 commented 1 year ago

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.

ryanwwest commented 1 year ago

@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.

GerBreOwn commented 1 year ago

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.