A Liquid tag plugin for Jekyll
-
Add the following to your site's
Gemfile
:gem "jekyll-disqus"
-
Add the following to your site's
_config.yml
:gems: - jekyll-disqus disqus: username: crispgm
-
Add the following in your site's template(s):
{% disqus %}
It will get directly from parameter:
{% disqus crispgm %}
Otherwise, it will read from the _config.yml
.