Enabling comments (via Disqus) Estimated reading: 1 minute 167 views Contributors Summary: If you have a Disqus account, Jekyll can use it to show comments under each post. Just update your _config.yml file with your Disqus shortname. You can disable comments per post. Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post. To enable it, add the following lines to _config.yml : disqus: shortname: my_disqus_shortname You can find out more about Disqus’ shortnames here. Comments are enabled by default. If you don’t want to display comments for a particular post you can disable them by adding comments: false to that post’s YAML Front Matter. Enabling comments (via Disqus) - PreviousDocy TestimonialNext - Enabling comments (via Disqus)Recommended Topics