I am building a Ghost blog and for one of my menu pages I want a custom post type.
What I want: I want to be able to add new posts on one single page: agenda. This post has to have a three fields: image, content and date of event
What I did: I created a page-agenda.hbs file, I used the default page.hbs. Then I created a post-agenda.hbs using the default.hbs which I customized
Problem How to refer to my customized post template in the CMS of Ghost. I.e. how to add new posts of type agenda?
Any tips will be helpfull