jekyll-get-books
💎 Fetch and safe meta information for books from the Google Book API for a Jekyll Site.
Installation
- Use
bundle add jekyll-get-booksto add this to your site's Gemfile. - Add this plugin to the
pluginslisted in your_config.ymlfile. For example:plugins: - jekyll-get-books
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 without specific data attributes. - The
fileproperty is the path to the csv file with the ISBN numbers.
Examples can be found in the examples folder.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/c-leitner/jekyll-get-books.
Credit
This plugin was inspired by jekyll-get-json.