Hi there, FYI I have zero coding/web building knowledge so apologies if i don’t explain this properly.
I love Ghost and I’m really happy with my site: https://www.mycocreative.co/ but I’m wondering if I can change the directory for my landing page? I want my home page to be either the ‘about’ page or to create a new landing page. At the moment the theme page/my blog is the home page. Can I change this?
Thanks in advance!
You can try this solution. If your theme has a file called routes.yaml
update it with the following.
routes:
/:
template: page
data: page.about
collections:
/blog/:
permalink: /blog/{slug}/
template: index
If you dont have that file, create new on on your computer with a text editor.
Upload the file to your site admin:
Settings > Advanced > Labs > Routes > Upload routes file. (Download the current one if exist as a backup)
It will turn your about page to the homepage and move your posts under /blog/