How to list posts in a nested path(/blog)?

Hi,
I have created Hugo based site and is working great.
I would like to make the site with some kind of static page as default home page with a link (/blog) where I want to show the list of posts.

Currently I have layouts/index.html which is used to list all the posts. How can make same other file, say layouts/blog/index.html to show all posts and layouts/index.html to show some static content with a link to “/blog”?

Any help or pointers would be much appreciated. Thanks in advance.

You probably want to check out http://www.humboldtux.net/sbcb-demo/post/post-01/

Thank you for reference.
Figured it out that we can achieve this by using Sections and section templates.