Easily hook Fridge into an existing tool using these integrations and plugins.
A Jekyll plugin that allows you to use liquid tags inside your templates to easily pull down and manipulate Fridge data.
There is a gem available for installation:
group :jekyll_plugins do
gem "jekyll-fridge"
end
Add an API key into _config.yml
and you are ready to go. Fridge recommends using the public API key, but because the configuration is not a part of the site output, you could alternatively use a secret key.
fridge:
client_id: pk_xxxxxxxxxxx
View the README and source on Github