Where does Ghost save its created pages? I have created 2-3 pages like About, Contact etc. but I don’t know under which directory those pages are saved. Also if I create a custom page with “page-name.hbs” method under theme directory it’s no longer working as a page.
Pages are saved in the database, not in the file system.
The Page URL can be set in the gear menu when editing a page.
In Ghost a .hbs file is not typically referred to as a Page, but a theme Template. It is possible to create custom page templates
It seems like you want to hard-code the content of a page in a .hbs file. In that case you will have to configure your routes.yaml to make it accessible