Jekyll Comment System

Jekyll study path

Posted by Shi

#Integration step by step

1 Generate code form https://disqus.com

2 Paste the code in _includes/disqus.html

3 Set default comments value to “true” using :

comments: true

4 Add a boolean in disqus.html to set if you want to have comments for a certain page/post

<div id="disqus_thread"></div>
<script>
...
</script>

5 Add disqus.html in post template:

\{\% include disqus.html disqus_identifier=page.disqus_identifier \%\}
Note: remove \