adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.53k stars 2.58k forks source link

Integratring Cactus Comments #1448

Closed Pietro395 closed 6 months ago

Pietro395 commented 6 months ago

I wanted to use Cactus Comments on my site, PaperMod allows me to enable comments via this guide .

Cactus Comments in its documentation however allows to specify for each post a chatroom:

Adding the chat ot a post is now as simple as adding

{{< chat cactus-comments >}}

to your post, where cactus-comments is the name of the chatroom. You can decide if you want to create a new one for each post (change the name to somthing like the post title) or if you want to use only one (keep the same name).

how can I use this feature?