mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 06:46:10 +00:00
7 lines
259 B
Ruby
7 lines
259 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll', '3.4.3'
|
|
gem 'jekyll-paginate'
|
|
gem 'html-proofer'
|
|
gem 'classifier-reborn'
|
|
gem 'jekyll-multiple-languages-plugin', :git => 'https://github.com/perrywoodin/jekyll-multiple-languages-plugin.git'
|
|
gem 'jekyll-srcset-tag'
|