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.
16 lines
434 B
16 lines
434 B
source "https://rubygems.org"
|
|
|
|
gem "jekyll"
|
|
|
|
#gem 'github-pages', group: :jekyll_plugins
|
|
|
|
# If you have any plugins, put them here!
|
|
group :jekyll_plugins do
|
|
gem "jekyll-feed", "~> 0.6"
|
|
end
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|
|
|
# Performance-booster for watching directories on Windows
|
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
|
|