* Add gemfile lock to gitingore Add a rule to the gitignore file to ignore the Gemfile.lock generated file. * Add automated tests Add automated tests of the website through Travis CI.
5 lines
89 B
Ruby
5 lines
89 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'html-proofer'
|