Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
add how to enable comment (Disqus)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbiNespu committed Oct 23, 2019
1 parent 47cbc7f commit a9ce361
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,7 @@ Tale is a minimal Jekyll theme curated for storytellers. Checkout the demo [here
- Syntax highlighting, with the help of Pygments
- Markdown and HTML text formatting
- Pagination of posts
- [Enabling Comments (via Disqus)](#enabling-comments-via-disqus)

## Installation
There are 3 ways to install this theme
Expand Down Expand Up @@ -112,6 +113,21 @@ $ bundle exec jekyll serve

And you're all set! Head over to http://127.0.0.1:4000/ to see your site in action.


### Enabling Comments (via Disqus)

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 your Jekyll site:

```yml
disqus: your_disqus_id
```

You can find out more about Disqus' shortnames [here](https://help.disqus.com/installation/whats-a-shortname).

Comments are disabled by default and will only appear in when adding `comments: true` to that post's YAML Front Matter

## Contributing
Found a bug or have a suggestion? Feel free to create an issue or make a pull request!

Expand Down

0 comments on commit a9ce361

Please sign in to comment.