Only show Giscus comments in blog posts #3538
-
I'm switching from Disqus to Giscus, and Giscus looks great, but I only want a Giscus comments section on blog posts, not on the blog post listing page or my About Me page. Is there a way to configure that without CSS hackers? Something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The simplest way is with a metadata file like this in your https://github.com/quarto-dev/quarto-web/tree/main/docs/blog/posts which you can use to enable it for all the posts. You should also be able to set HTH! |
Beta Was this translation helpful? Give feedback.
The simplest way is with a metadata file like this in your
posts
directory:https://github.com/quarto-dev/quarto-web/tree/main/docs/blog/posts
which you can use to enable it for all the posts. You should also be able to set
comments: false
on a given page to disable comments specifically for that page.HTH!