home.hbs
is now set up as the landing page for the whole site. And I would love to use index.hbs
as the index page for blog(showing latest posts etc.)
Or is there a way to disable redirection from /page/1
to index
when home
is set up?
There's a hack to ghost core to enable this.
However, if you just want to add a landing page to your blog. I recommend hosting Ghost in a subdirectory like /blog
and create your landing page separately without using home.hbs
. See more here.