Mayx
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
0 deletions
-
Gemfile
|
@ -0,0 +1,11 @@ |
|
|
|
|
|
source "https://rubygems.org" |
|
|
|
|
|
gem "jekyll", "~> 4.1.0" |
|
|
|
|
|
group :jekyll_plugins do |
|
|
|
|
|
gem "jekyll-gist" |
|
|
|
|
|
gem "jekyll-coffeescript" |
|
|
|
|
|
gem "jekyll-assets" |
|
|
|
|
|
gem "jekyll-sitemap" |
|
|
|
|
|
gem "jekyll-feed" |
|
|
|
|
|
gem "jekyll-theme-minimal" |
|
|
|
|
|
gem "jekyll-paginate" |
|
|
|
|
|
end |