docsify-giscus-new
docsify giscus plugin,集成giscus评论插件!
Usage
-
Applay giscus ,申请 giscus
-
Configure docsify-giscus:(配置值详情请参考 https://giscus.app/zh-CN )
<script> 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", }, } </script>
-
Insert script into docsify document:
<!-- giscus评论 --> <link rel="stylesheet" href="https://unpkg.com/docsify-giscus-new@1.2.0/dist/giscus.css"> <script src="https://unpkg.com/docsify-giscus-new@1.2.0/dist/docsify-giscus.min.js"></script>