RGSoCBundler / rgsocbundler.github.io

Rails Girls Summer of Code Bundler Team Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgsocbundler.github.io

Rails Girls Summer of Code Bundler Team Blog. Built using middleman, middleman-blog, middleman-gh-pages. Hosted on Github Pages.

http://rgsocbundler.github.io

Installation

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.

Publish

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

Authors

Contributions

  1. Fork it
  2. Get it running (see Installation above)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Write your code
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

About

Rails Girls Summer of Code Bundler Team Blog


Languages

Language:CSS 79.0%Language:Ruby 21.0%