[Ghost.io] adding custom page
1 min readMar 4, 2019
In this post we will create a custom ‘About’ page template that we can link to using [myghostblog.com]/about
. It's really pretty straight forward. Let's get started.
I am starting with the default Ghost theme, Casper, living in
Ghost
> current
> content
> themes
> casper
1. Adding new route in content/setting/routes.yaml
content/setting/routes.yaml
2. Create a template for /about
Done.