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

Gemfile Update suggestion for jekyll version 4.3.1 #75

Open
lee-lindley opened this issue Dec 4, 2022 · 1 comment
Open

Gemfile Update suggestion for jekyll version 4.3.1 #75

lee-lindley opened this issue Dec 4, 2022 · 1 comment
Labels

Comments

@lee-lindley
Copy link

I'm using your nice template as a jekyll site builder rather than through github pages automatic (which is seriously behind on jekyll and rouge versions). The gem 'github-pages' prevents using newer versions. For me it was very difficult to figure everything out and get it working with more up to date versions, but that is because I've tried to skate on the entire ruby/gems/jekyll stack without ever learning how it works. I fumbled through to the following Gemfile which works for me. This version of jekyll allows rouge v4.0.0 which is what I really needed. It will of course not work like you expect if using github pages directly.

# frozen_string_literal: true

source "https://rubygems.org"
# gem "rails"
gem "jekyll", "~> 4.3.1"
group :jekyll_plugins do
  gem "jekyll-paginate"
end
#gem 'github-pages', group: :jekyll_plugins
@agusmakmun
Copy link
Owner

@lee-lindley thank you for sharing this information, really helpful for anyone who work with it version.

@agusmakmun agusmakmun added the info label Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants