To build a custom homepage on Ghost CMS, follow the steps given below:
- Open your Ghost Admin page
- Create a new page
- Design it as needed
- Set the URL slug for the page
- Navigate to Settings > Design > Advanced > Routes
- Download the current
routes.yaml
file - Define the homepage route in the file as:
- Re-upload the modified
routes.yaml
file - Adjust the routes file to move the blog to a subpath like
/blog/
Ensure the new homepage is live and functional