Hello guys, how are you?
To show only the excerpt and not full-content, on line 31 of the index.php just modify
get_template_part( 'components/post/content', get_post_format() );
for
get_template_part( 'components/post/content-excerpt', get_post_format() );
That should do it! ??