GitHub - bridgefoundry/bridgefoundry.github.io at open-source · GitHub
Skip to content

bridgefoundry/bridgefoundry.github.io

 
 

Folders and files

Repository files navigation

Bridge Foundry Web Site

This site is build with Jeykll and hosted on Github Pages -- pushing the master branch will update the website.

Local development

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/

About

web site for Bridge Foundry

Topics

Resources

Stars

Watchers

Forks

Contributors