Rails Girls Summer of Code Bundler Team Blog. Built using middleman, middleman-blog, middleman-gh-pages. Hosted on Github Pages.
Make sure you install from the source
branch.
$ git checkout source
Intall all of the dependencies.
$ bundle
Start the server.
$ middleman server
Open your web browser to http://0.0.0.0:4567.
Make sure you publish from the source
branch.
Commit your changes and push them to Github, then publish!
$ git add .
$ git commit -m "A very descriptive message"
$ git push origin source
$ rake publish
- Jessica Lynn Suttles / @jlsuttles
- Fork it
- Get it running (see Installation above)
- Create your feature branch (
git checkout -b my-new-feature
) - Write your code
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you find bugs, have feature requests or questions, please file an issue.