-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
28 lines (22 loc) · 697 Bytes
/
Gemfile
File metadata and controls
28 lines (22 loc) · 697 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'
gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 3.0'
gem 'middleman-livereload'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
gem 'redcarpet'
gem 'httparty'
# resize and optimize images
# https://github.com/zweitag/middleman-images
gem 'middleman-images'
# For resizing images:
# prerequisite : ImageMagick
gem 'mini_magick'
# For optimizing images:
gem 'image_optim'
gem 'image_optim_pack'
# meta data management
# https://github.com/cacheventures/middleman-metaman
gem 'middleman-metaman'
# https://github.com/yuya-matsushima/middleman-robots
gem 'middleman-robots'