Skip to content

Commit 8036632

Browse files
committed
add gitalk
1 parent a5a95f2 commit 8036632

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_includes/comments.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<div id="gitalk-container"></div>
2-
<script>
3-
$(function () {
4-
var gitalk = new Gitalk({ clientID: 'e87cf0551a08f93ea5fa',
5-
clientSecret: 'fd691f6e041f1c73975220ff65cd31b44c6ab82c',
2+
<script type="text/javascript">
3+
var gitalk = new Gitalk({
4+
clientID: '080fe741a179ec70a1eb',
5+
clientSecret: 'a52bd68144390e680437344e24756fe8b07caf89',
66
repo: 'codingted.github.io',
77
owner: 'codingted',
88
admin: ['codingted'],
9-
id: comment.gitalk, // Ensure uniqueness and length less than 50
10-
distractionFreeMode: false // Facebook-like distraction free mode
11-
})
9+
id: 'comment.gitalk',
10+
distractionFreeMode: false
11+
});
1212
gitalk.render('gitalk-container')
13-
});
1413
</script>

tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ chrome
3535
* `vim/vundle`
3636
* `xx-net`
3737
* `trash`
38+
* `rvm` ruby版本管理工具[https://rvm.io/](https://rvm.io/)

0 commit comments

Comments
 (0)