Welcome! This repo contains the website for the 2016 Research Bazaar festival. If you'd like to learn more about how to bring ResBaz to your town, have a look at this wiki - we'd be delighted to work with you!
In addition to the main page, this website also offers local listings for each site joining us for ResBaz 2016. If you want your site added, open an issue to start the process, and we'll get you set up right away.
This website is built from the Start Bootstrap Freelancer theme, on Jekyll and Bootstrap. If you'd like to build it on your local machine, do the following:
- Install Jekyll
- in the base directory of this repo, do
jekyll serve --future
- if all has gone well, you'll be able to visit your version of the main website at
http://127.0.0.1:4000/
and the various city pages athttp://127.0.0.1:4000/melbourne
,http://127.0.0.1:4000/auckland
, etc.
Feel free to send us a pull request, following these guidelines:
- Please start by opening an issue to let us know what you'd like to change or add, so we can discuss the best way to do so.
- Please keep each PR less than 500 lines.