This repository holds the Middleman source code for videos.lyonrb.fr.
- Clone this repository:
git clone [email protected]:lyonrb/videos.rulu.eu.git
- Install Ruby requirements:
bundle install
- Run server for development:
bundle exec middleman server
- Build static website:
bundle exec middleman build
- Deploy !:
bundle exec rake publish
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Camille Appert (@cappert)
All rights reserved.