Gemfile 116 B

1234567
  1. source 'https://rubygems.org'
  2. gem "rouge"
  3. group :jekyll_plugins do
  4. gem "github-pages"
  5. gem "jekyll-seo-tag"
  6. end