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
dataproperty specifies where in thesite.datayou would like to put this data. - The
jsonproperty 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.