add Giscus support

This commit is contained in:
Junyi Hou 2023-09-18 12:04:34 +08:00
parent e4e2c0bc41
commit 8559a8aa26
3 changed files with 35 additions and 0 deletions

View file

@ -31,6 +31,13 @@ utterancesTheme = "" # optional
utterancesIssue = "" # optional
utterancesLabel = "" # optional
# Giscus support
GiscusRepo = "" # mandatory
GiscusRepoId = "" # mandatory
GiscusCategory = "Announcements" # mandatory
GiscusCategoryId = "" # mandatory
GiscusLazyLoad = false # optional
[[params.social]]
id = "docs"
url = "https://gohugo.io/documentation/"