You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In essence, the gem fails to fetch the JSON on her machine, but it fails silently. We spent an hour trying to debug it, but to no avail. I asked for a solution on Mastodon and Scott Chamberlain suggested to use a Generator to port the Gem into our website instead of relying on a third-party gem.
@maneesha noticed problems with the jekyll-get-json gem that we use in our config to fetch our feeds, but not store them locally:
carpentries.org/_config.yml
Lines 136 to 157 in 8b668b1
In essence, the gem fails to fetch the JSON on her machine, but it fails silently. We spent an hour trying to debug it, but to no avail. I asked for a solution on Mastodon and Scott Chamberlain suggested to use a Generator to port the Gem into our website instead of relying on a third-party gem.
Info on Generators: https://jekyllrb.com/docs/plugins/generators/
Link to original gem: https://github.com/brockfanning/jekyll-get-json/blob/master/lib/jekyll-get-json/converter.rb
The text was updated successfully, but these errors were encountered: