This is the repository for the official website of the organization.
It’s based on Middleman and is hosted on GitHub Pages.
bundle installSet up the Middleman server to play with the website.
bundle exec middleman serverAfter 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:
./pushUse bundle exec middleman build only to check the generated site.
