Welcome! This repo contains the website for the 2017 Research Bazaar festival. If you'd like to learn more about how to bring ResBaz to your town, have a look at this blog - 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 2017. 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 dependencies using Bundler:
bundle install
- In the base directory of this repo, do
bundle exec jekyll serve
- 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.
To create a page for your local site (which is referred to as City in this example), submit the following in a pull request:
- Create
city.html
in the base directory by copy and editingtemplate.html
- Add City to the
sites.geojson
file in the base directory - Add a
city.geojson
file in thesites/
directory - Add a
city.jpg
background image in theimg/
directory
(If you've got you're own ResBaz website and you simply want to link to it rather than using our template, you only need step 2.)
If you have any trouble creating the pull request, please feel free to open an issue and one of the site maintainers will help you out.