0.0
No release in over 3 years
Low commit activity in last 3 years
Write a longer description or delete this line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12
~> 5.0
~> 10.0

Runtime

~> 3.1
 Project Readme

Jekyll Disqus

Code Climate

A Liquid tag plugin for Jekyll

Installation

  1. Add the following to your site's Gemfile:

    gem "jekyll-disqus"
    
  2. Add the following to your site's _config.yml:

    gems:
      - jekyll-disqus
    
    disqus:
      username: crispgm
    
  3. Add the following in your site's template(s):

    {% disqus %}
    

Usage

It will get directly from parameter:

{% disqus crispgm %}

Otherwise, it will read from the _config.yml.