kencheeto / reefpoints

DockYard Blog

Home Page:http://reefpoints.dockyard.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DockYard's ReefPoints Blog

Getting Setup

$ bundle install

Getting Up & Running

$ bundle exec middleman

# or run the Rake task

$ rake preview

Want to make your own post?

  • Pull down the latest
$ git pull origin master
  • Make a new branch
$ git checkout -b YOURNAME-your-topic-name
  • Done writing? Now you can submit your PR...
$ git push origin YOURNAME-your-topic-name
  • Now, submit your PR via GitHub. Done getting feedback? Merge your branch into master.

  • Now publish your post to Reefpoints!

$ git checkout master
$ git pull origin master
$ rake publish

Legal

DockYard, LLC © 2013

@dockyard

Licensed under the MIT license

About

DockYard Blog

http://reefpoints.dockyard.com


Languages

Language:CSS 60.4%Language:Ruby 36.4%Language:JavaScript 3.2%