Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 593 Bytes

readme.md

File metadata and controls

26 lines (20 loc) · 593 Bytes

Development

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

Redirects

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
---

Adding Organizations

Adding Events