If you would like WordPress to show only the excerpts of articles on the startpage, here’s a possible solution:

Change into the folder of your template and open the index.php file. Now look for the function named

the_content(...)

and simply change it to

the_excerpt(...)

without touching the inner arguments. That’s it, from now on, only the excerpts of each article will be displayed on your startpage.