Looking for a theme that shows entire posts...one after another

Specifically looking for one that doesn’t have any excerpts…

So front page has

full post #1, scroll a bit then full post #2, etc.

Any idea on how to do this / customize the “loop” partial file or a theme that just does this outright?

Thanks!

Posts have 2 relevant properties:

  1. excerpt - the summary of the post
  2. content - the entire post

Most themes will use the post excerpt as part of the index loop, and post content on post pages. You can change the usage of {{excerpt}} to {{content}} to get the full post.