forked from emilyntest/braze-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
24 lines (23 loc) · 776 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source "https://rubygems.org"
ruby '~> 2.6.5'
gem "jekyll", "~> 3.9.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem 'sass'
gem 'kramdown', ">= 2.3.1"
gem 'kramdown-parser-gfm'
gem 'rouge'
gem 'rack-jekyll'
gem 'rake'
gem 'rack'
gem 'rack-reverse-proxy', require: 'rack/reverse_proxy'
gem 'puma', "4.3.9"
gem 'rack-rewrite'
gem 'sinatra'
#gem 'japr' #Jekyll Asset Pipeline Reborn https://github.com/janosrusiczki/japr
gem 'jekyll_asset_pipeline'
gem 'yui-compressor'
group :jekyll_plugins do
gem 'algolia_html_extractor', git: 'https://github.com/zzhaobraze/html-extractor', branch: 'master'
gem 'jekyll-algolia', '~> 1.0', git: 'https://github.com/zzhaobraze/jekyll-algolia', branch: 'master'
end