The Rails Girls Brussels team is working on a new Rails Girls guide, which does not start with a dive into Rails, but rather starts with an HTML page. Then we are slowly adding other concepts, making the bridge to why we want to automate things and have Rails in place.
To setup the project on your machine locally:
git clone git@github.com:brug-be/railsgirls_guide.git
bundle install
to install dependenciesjekyll serve
to start the local serverA current version of this guide is hosted on github pages. The short URL to get to the guide is http://bit.ly/RG-BXL.
If you want to contribute please open an issue and let's discuss or send us a pull request.