Home page for the Ruby Belgium association.
http://rubybelgium.be (or http://brug-be.github.io/rubybelgium)
The site is based on Middleman and the Agency Bootstrap template.
- Clone this repository (
git clone git@github.com:brug-be/rubybelgium.git
) - Install the gems (
cd rubybelgium ; bundle install
) - Serve the site locally (
middleman server
)
To deploy the master branch on Github pages:
git checkout master
middleman deploy --build-before
It will build the static site, create a commit on the gh-pages branch, and push it online. Github pages automatically takes care of the rest.
Discuss features:
- Create an issue ( https://github.com/brug-be/rubybelgium/issues )
- Type a nice and polite comment
Propose a change:
- Fork it ( https://github.com/brug-be/rubybelgium/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request