I’ve tried to copy the code of index.hbs to a new filled called blog.hbs, but it doesn’t look like the index (with different sizes of cards), the collection looks all plain (same size)
Sounds like you want a custom homepage with its own template which can be achieved by editing the routes.yaml file - we have a tutorial about this topic here. Hope this helps
If you copied the index template to your home.hbs template file then this is expected. Each page in a Ghost theme belongs to a context, and the index context is paired with the home context on the / route :)
I noticed that you included the controller: channel property in your routes.yaml configuration, but you have not included any filters for your channel. If your end-goal is to render a filtered selection of your posts on the / route, then I’d also recommend reading this tutorial about content hubs / channels.
Kym, I’m going to review at full detail all the documentation that you passed me.
I want to be able to understand everything, so It would be a pleasure to study this
Is there a way to have a collection of posts that displays the blog cards exactly as the default index.hbs with different sizes? or this graphical feature is only allowed when this is set as the home page?
I keep seeing blog posts like this although it has the index.hbs