Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build site after installing jekyll-airtable_data #1

Open
kslstn opened this issue Oct 14, 2020 · 0 comments
Open

Can't build site after installing jekyll-airtable_data #1

kslstn opened this issue Oct 14, 2020 · 0 comments

Comments

@kslstn
Copy link

kslstn commented Oct 14, 2020

Hey there, this seems super useful, but I can't get it to work properly. I installed the script by adding it to my Gemfile:

source 'https://rubygems.org'
group :jekyll_plugins do
  gem "jekyll-sitemap"
  gem "jekyll-paginate"
  gem 'jekyll-extlinks'
  gem 'jekyll_picture_tag'
  gem 'liquid_reading_time'
  gem 'jekyll-airtable_data'
end

gem 'sassc'
gem "jekyll"
gem "liquid-c"

After running bundle update and bundle install I can indeed pull in data with bundle exec jekyll airtable_data. Unfortunately, as long as the plugin is installed, I can't build my site. I get this error:

Liquid Exception: undefined method `cache_dir' for #<Jekyll::Site:0x00007fabdbafd460> in [path to my first blog post].

After removing the plugin, I can build my site again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant