Tilde Golden Gate Ruby Conference Website
- Data files are in the /data directory
- Page titles/headlines are in the /data/titles.yml file
- Speakers to be featured on the home page should have a value of "true" in the /data/index.yml file
- Make sure the anchors in the schedule.yml/speakers.yml files match (case sensitive)
- To run locally and enable livereload, run: bundle exec middleman server
- To build and deploy after making updates, run: middleman deploy