mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
docs: update theme guide
This commit is contained in:
parent
bd6599839e
commit
512c4818ed
8 changed files with 289 additions and 207 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue