A jekyll plugin to fetch Magic: The Gathering card images from the Scryfall API.
Install httparty:
npm install httparty
Add jekyll-scryfall.rb
to your plugins
folder.
You can fetch a specific card from Scryfall using the following custom tag:
{% card Birds of Paradise %}
Which will render:
<img alt="" img src="" />