Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.15 KB

RubyBelgium.be

Home page for the Ruby Belgium association.

http://rubybelgium.be (or http://brug-be.github.io/rubybelgium)

Installation

The site is based on Middleman and the Agency Bootstrap template.

  1. Clone this repository (git clone [email protected]:brug-be/rubybelgium.git)
  2. Install the gems (cd rubybelgium ; bundle install)
  3. Serve the site locally (middleman server)

Deployment

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.

Contributing

Discuss features:

  1. Create an issue ( https://github.com/brug-be/rubybelgium/issues )
  2. Type a nice and polite comment

Propose a change:

  1. Fork it ( https://github.com/brug-be/rubybelgium/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request