This is the repository for the official website of the organization.
It’s based on Middleman and is hosted on GitHub Pages.
bundle install
Set up the Middleman server to play with the website.
bundle exec middleman server
After you’re done tinkering, push the changes and run the publishing script to rebuild the page and automatically update the gh-pages
branch with new content. It’s all done by the following command:
./push
Use bundle exec middleman build
only to check the generated site.