Jekyll::Steem
Liquid tag for displaying Steem content in Jekyll sites: {% steem %}
.
Installation
Add this line to your application's Gemfile:
gem 'jekyll-steem'
And then execute:
bundle
Or install it yourself as:
gem install jekyll-steem
Then add the following to your site's _config.yml
:
plugins:
- jekyll-steem
💡 If you are using a Jekyll version less than 3.5.0, use the gems
key instead of plugins
.
Usage
Use the tag as follows in your Jekyll pages, posts and collections:
{% steem author/permlink %}
This will place the associated content on the page.
Contributing
- Fork it ( https://github.com/inertia186/jekyll-steem/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request

Get in touch!
If you're using Jekyll::Steem, I'd love to hear from you. Drop me a line and tell me what you think! I'm @inertia on STEEM.
License
I don't believe in intellectual "property". If you do, consider Jekyll::Steem as licensed under a Creative Commons License.