Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.01 KB

UMTS Roadeo results archive

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

Adding a year

bin/rake new         # Adds a directory for this year
bin/rake 'new[2001]' # Adds a directory for 2001

Generating the archive

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.

Preview

script/server

will launch a static web server. Check it out at http://localhost:9292/

Publish

Just commit and push.