Home page for the Ruby Belgium association.
https://rubybelgium.be (or https://brug-be.github.io/rubybelgium)
The site is based on Middleman and the Agency Bootstrap template.
- Clone this repository (
git clone [email protected]:brug-be/rubybelgium.git
) - Install the gems (
cd rubybelgium ; bundle install
) - Serve the site locally (
middleman server
, orbundle exec middleman server
if you get an error)
To deploy the master branch on Github pages:
Make sure you have the mgd
gem installed docs and pushed all changes to github.
git checkout master
bundle exec mgd
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