How to display last whole post on the homepage

Just before the line of the_content(), add this:

$more = "";

This will set the ‘more’ flag to false, so the entire post should be displayed.