forked from JLESC/jlesc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
28 lines (24 loc) · 636 Bytes
/
Gemfile
File metadata and controls
28 lines (24 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source 'https://rubygems.org/'
ruby '>=2.4.1'
# other dependencies
gem 'therubyracer'
gem 'sass'
gem 'uglifier'
gem 'coffee-script'
gem 'autoprefixer-rails'
gem 'mini_magick'
gem 'font-awesome-sass', '>=4.5.0'
gem 'jekyll', '>=3.0'
# Jekyll Plugins
gem 'jekyll-watch'
gem 'jekyll-paginate'
gem 'jekyll-feed'
gem 'jekyll-assets'
gem 'jekyll-sitemap'
gem 'jekyll-scholar'
gem 'jekyll-toc', github: 'torbjoernk/jekyll-toc',
branch: 'feature/separate-filters'
gem 'jekyll-git_metadata', github: 'torbjoernk/jekyll-git_metadata',
tag: 'v0.0.5-torbjoernk'
gem 'jgd'
gem 'jekyll-email-protect'