add Giscus support
This commit is contained in:
parent
e4e2c0bc41
commit
8559a8aa26
3 changed files with 35 additions and 0 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue