erick.is/Gemfile
Erick Ruiz de Chavez 0cb1cae3b4 New Jekyll site
2024-12-01 09:31:05 -05:00

12 lines
350 B
Ruby

source "https://rubygems.org"
gem "jekyll", "~> 4.3.4"
# 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", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end