Initial commit
This commit is contained in:
19
Gemfile
Normal file
19
Gemfile
Normal file
@@ -0,0 +1,19 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
gem "jekyll", "=4.4.1"
|
||||
# gem "webrick", "=1.9.1"
|
||||
|
||||
group :jekyll_plugins do
|
||||
# gem "jekyll-seo-tag"
|
||||
# gem "jekyll-sitemap"
|
||||
# gem "jekyll-feed"
|
||||
gem "execjs", "= 2.7"
|
||||
gem "jekyll-autoprefixer"
|
||||
# gem 'jekyll-relative-links'
|
||||
end
|
||||
|
||||
# For windows platform only:
|
||||
# gem "wdm", platforms: [:windows]
|
||||
Reference in New Issue
Block a user