jekyll-get-books

💎 Fetch and safe meta information for books from the Google Book API for a Jekyll Site.

Usage

Add a jekyll_get_books section to your _config.yml file. This section should be an array of objects containing data, json and file properties:

  • The data property specifies where in the site.data you would like to put this data.
  • The json property is the remote URL of the JSON file.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tokzk/jekyll-amazon.

Credit

This plugin was inspired by jekyll-get-json.