Closed santosh closed 2 years ago
I have found answer to this myself.
Anyone wanting to override the homepage, you need to create a layout/index.html in your root. This will override the layout/index.html of the theme.
You'll need to understand all the data being passed to the template and the CSS style of the theme to get things set up correctly.
On the root of the my blog, I see all my posts. Same posts are shown at /posts
I want to modify the homepage to my taste. How can I do that?