An open API service indexing awesome lists of open source software.

https://github.com/longshilin/docsify-giscus-new


https://github.com/longshilin/docsify-giscus-new

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# docsify-giscus-new
docsify giscus plugin,集成giscus评论插件!

[![npm](https://img.shields.io/npm/v/docsify-giscus-new.svg?style=flat-square)](https://www.npmjs.com/package/docsify-giscus-new)

![image](https://github.com/longshilin/docsify-giscus-new/assets/18352884/bab5c816-dba3-4094-939e-f3a5000abad1)

## Usage
1. [Applay giscus](https://giscus.app/zh-CN) ,申请 giscus

2. Configure docsify-giscus:(配置值详情请参考 https://giscus.app/zh-CN )

```html

window.$docsify = {
giscus:{
repo: "longshilin/w",
repoId: "R_kgDOwvLA",
categoryId: "DIC_kwDOKAwv4CYMOU",
mapping: "pathname",
strict: "0",
reactionsEnabled: "1",
emitMetadata: "1",
inputPosition: "top",
theme: "preferred_color_scheme",
lang: "zh-CN",
loading: "lazy",
},
}

```

3. Insert script into docsify document:

```html



```