Christopher Wells f95f5e536b Add automated HTML tests (#70)
* 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.
2016-08-26 22:42:23 +02:00

5 lines
89 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-redirect-from'
gem 'html-proofer'