Created
February 5, 2012 20:46
-
-
Save sirkitree/1747860 to your computer and use it in GitHub Desktop.
New blog command for Octopress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########### | |
| ## 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