Here is an easy way, just add this to your css –
.home h2 a,
.home .entry-content {
display: none;
}
The above will target just the title and content of the homepage. There is other ways to do it, but this should be simple enough without having to deal with code.
I actually have a theme that looks similar to that on the way soon.