Skip to content

Commit

Permalink
Merge pull request chrisrhymes#92 from FoxDeploy/patch-1
Browse files Browse the repository at this point in the history
Adds more descriptive example for setting up Disqus
  • Loading branch information
chrisrhymes authored Feb 22, 2021
2 parents b383f16 + 9ab7d82 commit d7c21af
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,14 @@ gallery: my_gallery

### Disqus

Disqus comments are available for posts. To be able to use them, you need to set your Disqus shortname in `_config.yml`. Then you need to set your Jekyll environment to production:
Disqus comments are available for posts. To be able to use them, you need to set your disqus shortname in `_config.yml`.
```
disqus.shortname=<example-com.disqus.com>
```
Need help finding your Disqus Shortname? [See this helpful post by Disqus on the matter.](https://help.disqus.com/en/articles/1717111-what-s-a-shortname)
Then you need to set your Jekyll environment to production:
```JEKYLL_ENV=production bundle exec jekyll build```.
Expand All @@ -612,8 +619,6 @@ Comments are enabled by default. If you want to disable them, set in the front m
comments: false
```



## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/chrisrhymes/bulma-clean-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
Expand Down

0 comments on commit d7c21af

Please sign in to comment.