This plugin allows you to show recent posts for a Hardcover.app account on your Kirby site
git submodule add https://github.com/mirthe/kirby_myhardcover site/plugins/myhardcover
Add your hardcover API key and account number to your config
'hardcover.apiKey' => 'xxx'
Include the snippet to display your books on a page
<?php snippet('hardcover-books-read'); ?>
Recently added a listing of books I'm currently reading for my Now page, with an optional limit
<?php snippet('hardcover-books-currently-reading', ['limit' => 3 ]) ?>
- Offer as an official Kirby plugin
- Add translations for labels
- Add sample SCSS to this readme
- Cleanup code
- Lots..
