Skip to content

Commit

Permalink
chore: use giscus instead of utterances
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenSlime1024 committed Oct 31, 2024
1 parent 65b4022 commit 946fee2
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ images = ["/greenslime1024.jpg"]
[page.comment]
enable = true

[page.comment.utterances]
enable = true
repo = "GreenSlime1024/blog"
issueTerm = "pathname"
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"
[page.comment.giscus]
enable = true
dataRepo = "GreenSlime1024/blog"
dataRepoId = "R_kgDOM6TUXA"
dataCategory = "Announcements"
dataCategoryId = "DIC_kwDOM6TUXM4Cj2N_"
dataMapping = "pathname"
dataStrict = "0"
dataReactionsEnabled = "1"
dataEmitMetadata = "0"
dataInputPosition = "top"
lightTheme = "light"
darkTheme = "dark"
dataLang = "en"
dataLoading = "lazy"

[home.profile]
enable = true
Expand Down

0 comments on commit 946fee2

Please sign in to comment.