chipzoller / hugo-clarity

A theme for Hugo based on VMware Clarity
Other
577 stars 262 forks source link

Adding giscus commenting support #467

Open rterakedis opened 5 months ago

rterakedis commented 5 months ago

Adding support for https://giscus.app commenting. Comments and Reactions are added and tracked in GitHub discussions. This commenting system works similarly to Utterances.

Pull Request type

Please check the type of change your PR introduces:

Current state

Issue Number(s): No Current Issue requesting this.

Proposed changes

Adding support for https://giscus.app commenting. Comments and Reactions are added and tracked in GitHub discussions. This commenting system works similarly to Utterances.

Giscus is loaded in the comments.html partial by referring to the giscus.html partial. Since single.html layout loads comments if comments are enabled, you must ensure both the comments and giscus parameters are configured in Site Params.

Screenshots, if applicable

image

Checklist