Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 2382781

Browse files
committed
docs: add docsify plugins
1 parent 5c20dec commit 2382781

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,22 @@
3434
<!-- Place this tag in your head or just before your close body tag. -->
3535
<script async defer src="https://buttons.github.io/buttons.js"></script>
3636
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script>
37+
38+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.css">
39+
40+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/gitalk.min.js"></script>
41+
<script src="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.js"></script>
42+
<script>
43+
const gitalk = new Gitalk({
44+
clientID: 'de4bf0b518216daef17f',
45+
clientSecret: '378b45bc645577c56d1d350ad6a668e1311d80f5',
46+
repo: 'django-covid19',
47+
owner: 'leafcoder',
48+
admin: [],
49+
// facebook-like distraction free mode
50+
distractionFreeMode: false
51+
})
52+
</script>
53+
3754
</body>
3855
</html>

0 commit comments

Comments
 (0)