Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Jekyll template for publishing Rails Girls workshop guides that teach women to build web apps.
Rails Girls Guides is an open-source Jekyll template for publishing workshop guides and coaching materials that teach women how to build web applications with Ruby on Rails.
Rails Girls Guides is a collection of tutorial documents stored in a GitHub repository and rendered as a static website at guides.railsgirls.com. It takes Markdown-authored guides and a custom Liquid tag for coach notes as input, and produces a browsable site of step-by-step instructions for organizing Rails Girls workshops. The project was founded by Karri Saarinen, Linda Liukas, Vesa Vänskä, and other contributors, and emerged from the first Rails Girls event in Helsinki in 2010.
bundle install followed by bundle exec jekyll server --watch gives a live preview server for editing guides locally.Organizers clone the repository and install dependencies using bundle install to get Jekyll set up. They write or edit Markdown guides, add coach sections using the custom Liquid tag, and rebuild the site with bundle exec jekyll server --watch to preview changes. The built static files can then be published to any hosting service, and the live version is publicly available at guides.railsgirls.com.
Yes, the guides are open source under a Creative Commons Attribution-ShareAlike 3.0 license, so you can freely use, modify, and redistribute them as long as you credit the original work and share derivative works under the same license.
Clone the repository, run bundle install to install Jekyll and its dependencies, then start a local server with bundle exec jekyll server --watch, which serves the site on your local machine.
Yes, the template includes a custom Liquid tag for coach notes. Wrap any explanatory text intended for instructors inside a coach block, and it will render with a consistent visual style across all guides.
The content is licensed under CC BY-SA 3.0, as shown by the license badge in the repository. This permits educational reuse with proper attribution and share-alike conditions.
