You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
219B

  1. source "https://rubygems.org"
  2. gem "jekyll", "4.2.0"
  3. group :jekyll_plugins do
  4. gem "jekyll-random"
  5. gem "jekyll-tidy"
  6. gem "jekyll-timeago"
  7. gem 'jekyll-redirect-from'
  8. end
  9. gem 'wdm', '>= 0.1.1' if Gem.win_platform?