Gemfile 348 B

123456789101112
  1. source "https://rubygems.org"
  2. # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
  3. # uncomment the line below. To upgrade, run `bundle update github-pages`.
  4. gem "github-pages", group: :jekyll_plugins
  5. # If you have any plugins, put them here!
  6. group :jekyll_plugins do
  7. gem "jekyll-feed"
  8. gem "jekyll-optional-front-matter"
  9. end