agusmakmun / agusmakmun/agusmakmun.github.io

Gemfile Update suggestion for jekyll version 4.3.1

Ouverte
#75 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
info
Langage dominant
HTML
Étoiles
445
Forks
543
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.