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.
git clone git@github.com:brug-be/rubybelgium.git
)cd rubybelgium ; bundle install
)middleman server
, or bundle 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:
Propose a change:
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)