mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
* travis config * Updated gemlock for htmlproofer. * Note about installing nokogiri with bundle install. * htmlproofer for cibuild * Restricting the htmlproofer test to ignore /blog/ * Removed travis branch from the whitelist.
8 lines
No EOL
270 B
Ruby
8 lines
No EOL
270 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll'
|
|
gem 'jekyll-paginate'
|
|
gem 'jekyll-autoprefixer'
|
|
gem 'jekyll-serve'
|
|
gem 'html-proofer'
|
|
gem 'classifier-reborn'
|
|
gem 'jekyll-multiple-languages-plugin', :git => 'https://github.com/perrywoodin/jekyll-multiple-languages-plugin.git' |