I used rake new_post and added a new post to my octopress blog.
I can see the new blog post on localhost:4000 using rake preview.
However, after using rake deploy, my new post wasn't published.
I can see my post in the master branch in my github repo.
Does anyone has any idea what might be causing this? Many thanks in advance.
Edit:
Also I used the way described in this post to clone my blog to a new machine. Encountered this problem when started blogging using the new machine. Don't know if that has anything to do with this problem.