Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion jekyll/Gemfile

This file was deleted.

27 changes: 27 additions & 0 deletions jekyll/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
source 'https://rubygems.org'

ruby '2.7.4'

gem "jekyll", '~> 4.2.0', github: "jekyll/jekyll"
gem 'html-proofer'
gem 'asciidoctor'
gem 'pygments.rb', '~> 1.1.2'
gem 'rake'
gem 'dotenv'
gem "kramdown-parser-gfm"
gem "liquid-c"
gem 'nokogiri', '~> 1.13'
gem 'htmlcompressor'
gem 'htmlentities', '~> 4.3', '>= 4.3.4'

group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-asciidoc', github: "asciidoctor/jekyll-asciidoc"
gem 'jekyll-algolia', '~> 1.7', '>= 1.7.0' # Used by `Update Algolia Index` CI step
gem 'jekyll-last-modified-at' , '>= 1.3.2' # Used for page metadata
end

group :test, :development do
gem 'pronto', '>= 0.11.1'
gem 'pronto-markdownlint'
end