Disqus网址:https://disqus.com/
注册步骤省略(注意要科学上网)



WebsiteName 是 hojun,所以主题配置文件(_config.yml)的disqus_shortname就填 hojun (就填你自己的)




以下是我的配置和comment部分代码:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <% if (config.disqus_shortname && page.comments) { %> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https: */ var disqus_config = function () { this.page.url = '<%- post.permalink %>'; this.page.identifier = '<%- post.path %>'; }; (function() { var d = document, disqus_shortname = '<%= config.disqus_shortname %>',s = d.createElement('script'); s.src = 'https://'+disqus_shortname+'.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script>
|
参考https://www.jianshu.com/p/d68de067ea74?open_source=weibo_search