Description: A Jekyll theme optimized for rapid response to mulitple events to build web hubs for disaster response and sharing maps and data from Shelter & POD API
Status: In development, deployed for 2019 hurricane season.
Site variables can be overriden in the _config.yml
on the response site. We will have a separate response site template repository we will document the configuation setting overrides.
See our open issues
Note: Mapbox donates their product to us for free for volunteer projects only -- if the project ends up getting adopted by a government partner or somehow turns into a commercial project, we'll have to plan a transition to a different Mapbox account.
We wanted a site up fast, the volunteer team that started working on Hurricane Florence knew Jekyll, and we wouldn't have to worry about hosting and infrastructure. As we moved away from an iframed React app running code and on a domain we didn't control, we moved to fully using Jekyll and Mapbox.
The problem we are trying to solve with a gem based theme is prevent duplicate work and expidite the process to lauch a new response site. After Florence we realized we were having to copy files over to a new repository so we could customize the name and map center among other reasons. Any new work added to a new site wouldn't get added to an existing response site. Not to mention, there wasn't any continuity in tracking issues or properly crediting contributions.
Jekyll introduced gem based themes in 3.5. Subsequently around 3.6.2 release Ben Balter released a plugin that allows GitHub Pages hosted sites to use any gem based theme that was public on GitHub. The idea is, if we keep the presentational markup and base map code in a theme repository that each response site can use by overriding variables in the _config.yml
file, it would be quick and easy to deploy a new response site while keeping all the code/issues/contributions in a single repository.
Our getting started document serves as the best entry for the project for all types of contributions.
Also see our Contributing file for repo specific contributions.
Built off of previous hurricane responses Florence, & Michael