Skip to content

Commit 10ca0b7

Browse files
committed
add gittalk
1 parent 38c498d commit 10ca0b7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,7 @@
3333
// Headline depth, 1 - 6
3434
depth: 2,
3535
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
36-
},
37-
38-
// const gitalk = new Gitalk({
39-
// clientID: 'c6c02367e36ca6e2bb2d',
40-
// clientSecret: '31a2700e3315b21c5e9f2e887709d8cf21f9ff8f',
41-
// repo: 'CS-Notes',
42-
// owner: 'CyC2018',
43-
// admin: ['CyC2018'],
44-
// // distractionFreeMode: false
45-
// }),
36+
}
4637
}
4738
</script>
4839
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
@@ -56,6 +47,16 @@
5647
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
5748
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
5849
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
50+
<script>
51+
const gitalk = new Gitalk({
52+
clientID: 'c6c02367e36ca6e2bb2d',
53+
clientSecret: '31a2700e3315b21c5e9f2e887709d8cf21f9ff8f',
54+
repo: 'CS-Notes',
55+
owner: 'CyC2018',
56+
admin: ['CyC2018'],
57+
// distractionFreeMode: false
58+
})
59+
</script>
5960
</body>
6061

6162
</html>

0 commit comments

Comments
 (0)