Parker Moore
Parker Moore
Hm, did you run `bundle install` before running `docker build`?
@BenSouchet Jekyll 3.x does not support jekyll-sass-converter 2.0: ```text Fetching gem metadata from https://rubygems.org/......... Resolving dependencies..... Bundler could not find compatible versions for gem "jekyll-sass-converter": In Gemfile: github-pages was resolved...
It's not an easy process, but I'm going to spend a little time on it here: https://github.com/jekyll/jekyll/pull/8939
> We will have finally the chance to use Dart Sass implementation jekyll-sass-converter v2.1.0 uses sassc, which uses libsass under the hood. https://github.com/sass/sassc-ruby The Dart-Sass implementation does not yet have...
#805 is newer. Close this.
While you don't need to have write or admin permissions on the repo, you still do need credentials for this to work properly. Anonymous API users (no credentials) are not...
https://github.com/github/pages-gem/blob/0ad577045da86512da79ff18773482f08a6dc613/spec/github-pages/plugins_spec.rb#L18 😄 I think part of the motivation for this was that we didn't want to lock the jekyll-octicons version the way we do for all the other plugins. You...
I would gladly support a move to replace `jekyll-paginate` with `jekyll-paginate-v2`. One way of reducing the bus factor is to migrate the project to the `jekyll` org, if you're up...
Hi! In general, we recommend (and support) running the github-pages gem with the Ruby version we're running in production (2.7.x). We don't yet support Ruby 3.0.0. Ruby 2.7.x still has...
All of the latest versions we're running on GitHub Pages are shown here: https://pages.github.com/versions/ There's even a JSON endpoint: https://pages.github.com/versions.json [I wrote a blog post a while back about staying...