Created
January 23, 2013 22:58
-
-
Save simon-johansson/4615414 to your computer and use it in GitHub Desktop.
Octopress: The day-to-day workflow
This file contains 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
$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