Skip to content

Instantly share code, notes, and snippets.

@sirkitree
Created February 5, 2012 20:46
Show Gist options
  • Select an option

  • Save sirkitree/1747860 to your computer and use it in GitHub Desktop.

Select an option

Save sirkitree/1747860 to your computer and use it in GitHub Desktop.
New blog command for Octopress
###########
## Blogging
function new_post {
cd /Users/sirkitree/github/octopress
rake new_post["$1"]
}
alias blog="new_post"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment