How to have a main page that is not the list of my blogs

Right now when I run:

bundle exec jekyll serve

the main page is a list of my posts. However, what I want is to have the main page be something else and then link to that page with a list of my post separately. How do I do that? I want my main page to be a description of me for example and my stuff.

Current main page when I go to localhost (http://127.0.0.1:4000/):

Just remove the posts loop from the index page. You could create a separate page called blog.html for example and add the loop in there.