jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
7.35k stars 2.54k forks source link

Enable comments only on certain notes #1534

Closed St0wy closed 1 week ago

St0wy commented 1 month ago

Is your feature request related to a problem? Please describe. I don't want for the Giscus comments to appear on every notes, and also not on a folder view.

Describe the solution you'd like It would be nice to be able to enable comments only for certain notes. Maybe by adding comments: true to the frontmatter.

Describe alternatives you've considered Going in the opposite direction could also work, by having to explicitely disable comments on certain pages.

Additional context This is in the case of making a blog-focused website.

saberzero1 commented 1 month ago

I guess page specific enabling/disabling could be a configuration option for the Comments component.