No release in over 3 years
Low commit activity in last 3 years
Jekyll plugin to pull down your Airtable tables to Datafiles.json
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0

Runtime

 Project Readme

Jekyll Airtable Data

Jekyll plugin to pull down your Airtable tables as datafiles (JSON) through Jekyll Commands.

Installation

Add plugin to your Gemfile:

gem 'jekyll-airtable_data'

Add Airtable settings to your _config.yml file:

airtable_data:
  api_key: [Your Airtable API Key] # Airtable API key available in the API documentation for your base
  app_id: [Your Airtable App ID] # Airtable app ID found in the API documentation for your base
  tables:
    - [Your Airtable Table Name 1]
    - [Your Airtable Table Name 2]
    - [Your Airtable Table Name 3]

Run Airtable Data

Execute via Jekyll Command as needed (and works great with Netlify's Build command):

$ bundle exec jekyll airtable_data