Skip to content

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

License

Notifications You must be signed in to change notification settings

c-leitner/jekyll-get-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-get-books

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

Installation

  1. Use bundle add jekyll-get-books to add this to your site's Gemfile.
  2. Add this plugin to the plugins listed in your _config.yml file. 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 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 without specific data attributes.
  • The file property 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages