This repository contains an archive of the results from the annual UMass Transit Safety Roadeo. It is served via GitHub Pages at https://results.umasstransit.rodeo
bin/rake new # Adds a directory for this year
bin/rake 'new[2001]' # Adds a directory for 2001
Within the umasstransit.rodeo app, run
rake roadeo:archive
Take the index.html
from the archive/
directory there and drop it into your
new year directory in this repository.
Take everything from archive/assets/
and put it in assets/
in this
repository. There might be some overlap from year-to-year.
Then run
bin/rake index
in this repository to rebuild the index.html
.
script/server
will launch a static web server. Check it out at http://localhost:9292/
Just commit and push.