add support for giscus with an unsolved bug, good night :(
This commit is contained in:
parent
3b6079c2a5
commit
43fdd9cb18
3 changed files with 52 additions and 8 deletions
|
@ -65,11 +65,21 @@ params:
|
|||
shortname: hugo-minima
|
||||
|
||||
# utterances specifies the configuration for Utterances.
|
||||
# What is Utterances? Check this out: https://utteranc.es
|
||||
# Check out https://utteranc.es for the following three attributes.
|
||||
utterances:
|
||||
repo: "mivinci/hugo-theme-minima"
|
||||
issueTerm: "pathname"
|
||||
label: "comment"
|
||||
repo: mivinci/hugo-theme-minima
|
||||
issueTerm: pathname
|
||||
label: comment
|
||||
|
||||
# giscus specifies the configuration for Giscus.
|
||||
# Check out https://giscus.app for the following six attributes.
|
||||
giscus:
|
||||
repo: mivinci/hugo-theme-minima
|
||||
repoId: MDEwOlJlcG9zaXRvcnkzODcxMjM2NDU=
|
||||
category: Comments
|
||||
categoryId: DIC_kwDOFxMJvc4CScQm
|
||||
mapping: pathname
|
||||
inputPostion: buttom
|
||||
|
||||
# **DEPRECATED**
|
||||
# ovo(https://ovo.js.org) is a comment plugin written by the author of Minima but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue