File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments