mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* (Update) Dependencies: Add bundler and Gemfile to handle ruby dependencies * (Update) Dependencies: Move jekyll-multiple-languages-plugin into Gemfile instead of using a git submodule * (Doc) README: Adjust note about jekyll-multiple-language-plugin
7 lines
No EOL
251 B
Ruby
7 lines
No EOL
251 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll'
|
|
gem 'jekyll-paginate'
|
|
gem 'jekyll-autoprefixer'
|
|
gem 'jekyll-serve'
|
|
gem 'classifier-reborn'
|
|
gem 'jekyll-multiple-languages-plugin', :git => 'https://github.com/perrywoodin/jekyll-multiple-languages-plugin.git' |