-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathGemfile
More file actions
28 lines (22 loc) · 904 Bytes
/
Gemfile
File metadata and controls
28 lines (22 loc) · 904 Bytes
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
source "https://rubygems.org"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.9"
gem "jekyll-seo-tag", "~> 2.1"
gem "jekyll-sitemap"
gem "jekyll-paginate"
gem "jekyll-remote-theme"
gem "jekyll-theme-architect"
gem "jekyll-spaceship"
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?
# local run
# bundle install # this cmd install Gemfile
# gem install bundler jekyll # this cmd install bundler and jekyll
# bundle exec jekyll serve # this cmd to run jekyll serve
# if you run ruby3.0, you need run cmd : bundle add webrick
# from ruby3.0 ,the webrick not in bundled ruby:https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
gem "webrick", "~> 1.7"
gem "jekyll-remote-theme"