This is the source code of the https://community.algolia.com/magento/ website. It's based on Jekyll.
To run the website locally, you can do:
$ bundle install
$ npm install
$ bundle exec guard
$ open http://localhost:4000/magento/
We use gh-pages to host the built version of this website. To release it, use the following script:
$ make release