I use octopress rake generate command each time after create or modify a post.
But I found rake preview seems works as the same result but it just generate the changed files?
So, I’ll just use rake preview and create posts for these days to check if it works as I think it should.
Update: I saw Rakefile and it just runs jekyll at background, so it could just save your time from typing rake generate command only.