Skip to content

inertia186/jekyll-hive

Repository files navigation

Jekyll::Hive

Liquid tag for displaying Hive content in Jekyll sites: {% hive %}.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'jekyll-hive'

And then execute:

bundle

Or install it yourself as:

gem install jekyll-hive

Then add the following to your site's _config.yml:

plugins:
  - jekyll-hive

💡 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:

{% hive author/permlink %}

This will place the associated content on the page.

Note About Turbolinks

If you're using Turbolinks on your Jekyll site, you should consider adding the following line to your main includes, e.g. _includes/head.html:

<script src='https://unpkg.com/steem-content-renderer'></script>

Jekyll Build

When building your site with jekyll, you can continue to use the default command:

jekyll build

If you would like to provide an alternate node:

NODE_URL=https://anyx.io jekyll build

Jekyll Clean

To completely rebuild your site without cache:

rm -rf .jekyll-hive-cache && jekyll clean && jekyll build

Troubleshooting

I saw several messages like:

Retrying: stoodkev/how-to-use-hivejs-or-other-modules-referencing-core-node-js-modules-on-react-native (Failed to open TCP connection to api.hive.blog:443 (getaddrinfo: nodename nor servname provided, or not known))
Retrying: stoodkev/how-to-use-hivejs-or-other-modules-referencing-core-node-js-modules-on-react-native (Failed to open TCP connection to api.openhive.network:443 (getaddrinfo: nodename nor servname provided, or not known))
.
.
.
Gave up on: stoodkev/how-to-use-hivejs-or-other-modules-referencing-core-node-js-modules-on-react-native

Check your internet connection or provide an alternate node:

NODE_URL=https://anyx.io jekyll build

The post has changed on the blockchain, but jekyll-hive won't update to the latest post revision.

The cached copy is out of date. Try deleting the related post from the cache or remove the entire cache:

rm -rf .jekyll-hive-cache

Contributing

  1. Fork it ( https://github.com/inertia186/jekyll-hive/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Get in touch!

If you're using Jekyll::Hive, I'd love to hear from you. Drop me a line and tell me what you think! I'm @inertia on Hive.

License

I don't believe in intellectual "property". If you do, consider Jekyll::Hive as licensed under a Creative Commons CC0 License.

About

Liquid tag for displaying Hive content in Jekyll sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages