Blogging with Octopress on GitHub
This post is just a reminder to myself, how to publish new posts to my blog.
rake new_post["Post Title"]
- edit post
rake generate
rake deploy
git add .
git commit -m 'some comments'
git push origin source
Step 1: creates new post
Step 3: generate blog post from the source
Step 4: deploy generated post to blog hosted on GitHub
Step 5: add new post to version control
Step 6: commit changes to local repository
Step 7: push source to GitHub