Skip to content

crisp-archive/jekyll-disqus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Liquid tag plugin to embed disqus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages