zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
737 stars 257 forks source link

How to modify the landing page? #472

Closed santosh closed 1 year ago

santosh commented 1 year ago

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?

santosh commented 1 year 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.