Skip to content

Customization Comments

Patrick Kollitsch edited this page Sep 29, 2025 · 3 revisions

Ananke currently supports two commenting systems: Disqus and Commento.

Disqus

Using Disqus as a comment system for your website is an internal feature of Hugo. For more information see the official Hugo documentation.

[services.disqus]
shortname = 'YOURSHORTNAME'

Note that the setup for Disqus is NOT done inside of the params section, but with in the services section of your config file. To turn off Disqus, remove, or comment out the preceding lines.

Commento.io

[params]
commentoEnable = true
# if you use a selfhosted version of commento, uncomment the next line and set your path
# commentoPath = "https://commento.io/YOURPATH" 

By default it uses the public Commento instance at https://commento.io. If you are using a self-hosted version of Commento, uncomment the commentoPath line and set it to your Commento instance URL.

Clone this wiki locally