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
@stffndk this probably happens because you’re using version 1.0.0 of the gem.
Try this:
Gemfile
source 'https://rubygems.org'
git_source(:github) { |name| "https://github.com/#{name}.git" }
# Some gems
group :jekyll_plugins do
gem 'jekyll-data-pages', github: 'webisland/jekyll-data-pages'
end
Everything is updated to latest version. Plugin added to:
_config.yml
:Gemfile
:Running command
bundle exec jekyll serve
and getting error:The text was updated successfully, but these errors were encountered: