I have just set up a Ghost Blog. This is a clean install on a VPS, and it is up and running correctly.
By default, Ghost shows a list of posts when opened in the browser. I would like to have a home page at the / location, and have my posts available at /blog . From what I can tell, this can be achieved by using Dynamic Routing.
To simplify this, I thought I would be able to page as the home page . I could then render this page using the already existing page.hbs template.
I have a page called home , but when I load the home page, I get an empty-ish page: just the footer displays.
There are no hints in the log that tells me what could be happening. Am I understanding routes.yaml correct? Is page.home not how to pass data to a page?