This site uses Jekyll and hosts on Github pages.
If you don't have bundler:
gem install bundler
Then:bundle install
bundle exec jekyll serve
We've added in the Jekyll Redirect Gem to handle redirects from old URL's. To use it, just add the url that you want to redirect to the page into the page frontmatter: ie:
---
layout: default
redirect_from:
- /dcftawards_2016
---