-
Notifications
You must be signed in to change notification settings - Fork 8
/
Gemfile
32 lines (24 loc) · 867 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
source 'https://rubygems.org'
ruby "3.1.2"
# Happy Jekylling!
gem 'jekyll', '~> 4.2', '>= 4.2.2'
gem 'minima', '~> 2.5', '>= 2.5.1'
gem 'html-proofer', '~> 4.4'
gem 'rouge'
gem 'webrick', '~> 1.7'
#gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-theme-clean-blog', '~> 4.0', '>= 4.0.12'
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-feed', '~> 0.16.0'
gem 'jekyll-paginate', '~> 1.1.0'
gem 'jekyll-youtube', '~> 1.0'
gem 'jekyll-giphy', '~> 1.0'
gem 'jekyll-gist', '~> 1.5'
gem 'jekyll-archives', '~> 2.2', '>= 2.2.1'
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?