Sha256: 853a63ccfbbb365e4d565c3e4498176bc901e7e1a606f884d80b7937a241addd

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

# disqus-for-jekyll [![Build Status](https://travis-ci.org/kacperduras/disqus-for-jekyll.svg?branch=master)](https://travis-ci.org/kacperduras/disqus-for-jekyll)
A Jekyll plugin to view the comments powered by Disqus.

## Installation

Add this line to your application's Gemfile:
```
$ gem 'disqus-for-jekyll'
```

And then execute:
```
$ bundle
```

Or install it yourself as:
```
$ gem install disqus-for-jekyll
```

Then add the following to your site's `_config.yml`
```yaml
plugins:
  - disqus-for-jekyll
```

## Configuration
```yaml
disqus:
  name: kacperduras # required
  noscript: "Your noscript tag message." # optional
```

## Usage
Use the tag as follows in your Jekyll pages, posts and collections:
```
{% disqus %}
```

## License
[MIT](LICENSE)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
disqus-for-jekyll-1.0.0 README.md