Almost done finalizing everything for the site, just added a neat little Disqus comment section (that hopefully is displayed at the bottom).
Making it work wasn’t too bad:
-
First head over to Disqus and get a free subscription and follow the steps for your specific site hosting platform.
-
For Jekyll, follow the Jekyll tutorial and remember to copy the universal embed code from the disqus site.
-
Take the embed code and make an html file in your github site’s _includes folder.
-
Edit the embed code according to the comment hints and save it.
-
Go to your _layouts folder and add
{% include disqus.html %}
right under{{content}}
in your post.html file (or within a set ofdiv
tags).
Make sure your blog posts are using the post layout instead of the default layout in the setup area and you should be good to go.