mirror of https://github.com/Mabbs/mabbs.github.io
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.
11 lines
311 B
11 lines
311 B
source "https://rubygems.org" |
|
gem "jekyll", "~> 3.9.3" |
|
group :jekyll_plugins do |
|
gem "jekyll-gist", "~> 1.5.0" |
|
gem "jekyll-coffeescript", "~> 1.1.1" |
|
gem "jekyll-assets" |
|
gem "jekyll-sitemap", "~> 1.4.0" |
|
gem "jekyll-feed", "~> 0.15.1" |
|
gem "jekyll-theme-minimal" |
|
gem "jekyll-paginate", "~> 1.1.0" |
|
end
|
|
|