Skip to content

Instantly share code, notes, and snippets.

@simon-johansson
Created January 23, 2013 22:58
Show Gist options
  • Save simon-johansson/4615414 to your computer and use it in GitHub Desktop.
Save simon-johansson/4615414 to your computer and use it in GitHub Desktop.
Octopress: The day-to-day workflow
$rake new_post["NAME OF BLOG ARTICLE"]
#Go to the app folder source/_posts to find the new posting
#Edit the posting and then follow these steps
$rake generate
$git add .
$git commit -m "COMMIT MESSAGE"
$git push origin master
$rake deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment