I'm using octopress to generate both my website and blog. If I write a new post, I always have to do
rake generate
or
rake gen_deploy
But I don't want to generate everything all the time. It takes up to 2,5 min on my machine, and that's maybe too long, also because I have to do this if I fix a typo or so.
How to generate only the new post and depending pages (E.G. if I have a new post, the blog index page has also to be regenerated of course)?