toch / rubybelgium

Ruby Belgium website

Home Page:http://rubybelgium.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

Ruby Belgium website

http://rubybelgium.be

License:MIT License


Languages

Language:CSS 41.0%Language:HTML 23.2%Language:Ruby 23.1%Language:JavaScript 12.7%