diff --git a/Gemfile b/Gemfile index 83f52f9..52bc051 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,10 @@ gemspec gem "jekyll-seo-tag" gem "jekyll-sitemap" +group :jekyll_plugins do + gem "jekyll-paginate-v2" + gem "jekyll-feed" + end # https://github.com/jekyll/jekyll/issues/8523#issuecomment-751409319 # When running locally, we run into the following error — diff --git a/Gemfile.lock b/Gemfile.lock index 0c47395..952638c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,11 +8,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.3) + activesupport (6.1.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) @@ -56,6 +57,10 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) + jekyll-feed (0.16.0) + jekyll (>= 3.7, < 5.0) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.8.0) @@ -135,12 +140,15 @@ GEM rexml (~> 3.2) webrick (1.7.0) yell (2.2.2) + zeitwerk (2.6.0) PLATFORMS arm64-darwin-21 DEPENDENCIES html-proofer (~> 3.0) + jekyll-feed + jekyll-paginate-v2 jekyll-seo-tag jekyll-sitemap jekyll-theme-minimalist! @@ -151,4 +159,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.3.10 + 2.3.20