디스커스(DISQUS) 회원가입 및 로그인
디스커스(DISQUS)에 웹 사이트(블로그)를 등록 (아래 싸이트 참조)
http://onasaju.tistory.com/182
config.js 의 disqus 부분을 아래와 같이 수정.
(shortName 은 자신의 shortName 입력)
"plugins": {
.
.
.
"disqus": {
"display": true,
"shortName": "reneezllgithubio",
"showCommentCount": true
},
.
.
.