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.