This site is build with Jeykll and hosted on Github Pages -- pushing the master branch will update the website.
install Ruby
gem install bundler
bundle
Note: the website integrates two other repos, which are integrated as submodules and then need to be built individually. If you want to make changes to those, work directly in these separate repos
The full website can be built by triggering a build on Travis, which anyone
who is a member of the bridgefoundry organization on github should be able
to do.
To build locally:
git submodule update --init --recursive
(cd code-of-conduct-src; bundle; bundle exec jekyll build --destination ../code-of-conduct)
(cd workshop-map-src; bundle; bundle exec jekyll build --destination ../workshop-map)
to run the site:
jekyll serve
point your browser at: http://localhost:4000/
