Wanting to change presentation from full post to featured image (post_thumbnail) only

Look in your theme folder for a file called content.php.
Make a copy and rename it to anything you like, such as vega.php.
Adjust the code in vega.php to your liking.
Change the call in index.php to

get_template_part( 'vega', get_post_format() );