Skip to content

Commit

Permalink
Use Jekyll 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
attajak committed Nov 22, 2024
1 parent 3b4fd16 commit 03396e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
ruby-version: '3.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
Expand Down
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll", "~> 4.3.4"
gem "jekyll", "~> 4.3.4"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
# gem "minima", "~> 2.5.2"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", "~> 232", group: :jekyll_plugins
# gem "github-pages", "~> 232", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17"
Expand All @@ -22,7 +22,6 @@ group :jekyll_plugins do
gem "jekyll-include-cache", "~> 0.2.1"
gem "jekyll-gist", "~> 1.5.0"
gem "jemoji"
gem "jekyll-remote-theme"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -41,6 +40,6 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "jekyll-compose", "~> 0.12.0", group: [:jekyll_plugins]

gem "faraday-retry", "~> 2.2"
gem "minimal-mistakes-jekyll", "~> 4.26.2"

gem "webrick", "~> 1.8"
gem "faraday-retry", "~> 2.2"
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme

# theme : "minimal-mistakes-jekyll"
remote_theme : "mmistakes/[email protected]"
theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/[email protected]"
# theme_version : "4.26.2"
minimal_mistakes_skin : "sunrise" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

Expand Down

0 comments on commit 03396e6

Please sign in to comment.