I’m using trial of ghost right now (not self hosting). I’ve created a page and right now I want to change my home page to this page. How can I do it? This should be an easy change.
Okay, I’ve made it using below yaml:
routes:
/:
template: page
data: page.get-more-done-save-time
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Right now I have question - can I delete section with my logo, subscribe now and login? That’s not the part of the page.
AD. And also somebody knows why on this static page my logo in browser tab doesn’t show?
You could add some code injection to hide it on that page. Or edit the template, if you don’t want it on any pages, or if you make a custom template for that page.
The missing favicon should be controlled in the sitewide metadata - check there (in /settings) that you’ve set the site icon, and that it is a square and not svg. (Browsers are finicky.)
Thanks for answering!
Before I updated routes.yaml, this page didn’t had this section - I will just hide it using css, but it’s annoying. I have contact us page and it doesn’t have it (Phoenix AI - Contact Us) - also on this page I have logo in browser tab.
So the best option would be to download theme, add static .hbs page and then set it as home page?
PS. I’m using dawn theme.