I’m trying to get a custom home page to render in Ghost and I’m a little confused at how it pulls (or doesn’t pull) changes in.
I was able to customize the header and footer easily enough, but for some reason, the theme isn’t picking up my custom home.hbs page. Here’s my route configuration:
routes:
/:
data: page.home
template: home
For the time being, I only want the home page to be a static coming soon page. It’s currently showing a 404 error https://www.vigilforamerica.com/
I don’t know if it’s because I’m trying to render normal HTML in an .hbs file, or what the issue is.