docs: update theme guide

This commit is contained in:
radishzzz 2025-05-31 00:48:32 +01:00
parent bd6599839e
commit 512c4818ed
8 changed files with 289 additions and 207 deletions

View file

@ -114,6 +114,19 @@ comment: {
// 圖片上傳
imageUploader: false // true, false
}
// giscus
// https://giscus.app/
giscus: {
repo: 'radishzzz/comment-giscus'
repoID: 'R_kgDOOy1K0w'
category: 'Announcements'
categoryID: 'DIC_kwDOOy1K084CqwuZ'
mapping: 'pathname'
strict: '0'
reactionsEnabled: '1'
emitMetadata: '0'
inputPosition: 'bottom'
}
}
```