-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Customization Comments
Patrick Kollitsch edited this page Sep 29, 2025
·
3 revisions
Ananke currently supports two commenting systems: Disqus and Commento.
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.
[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.
Tip
We offer two sample repositories for Ananke's use. Feel free to clone them and play around to test out features described here:
- gohugo-theme-ananke-template-mod --- Hugo Module installation (preferred)
- gohugo-theme-ananke-template-submod --- Git Submodule installation (legacy method)
- Home
- Installation (notes)
- Configuration (notes)
- Content (notes)
- Design and customization
- FAQ