Projects Page
OnFlow comes with predefined Projects page, which contains the list of projects.

Routes Setup is required to display this page.
This page will be available at /projects URL automatically. However, to change the page title, feature image, or excerpt, you have to modify the routes.yaml file and create a page in Ghost.
You must uncomment the data: page.projects line in your routes.yaml file and upload it to Ghost for these changes to take effect.
Hereβs how to customize it:
- Log in to Ghost admin
- Go to Pages, click New page
- Set the Page title
- Open the Page settings sidebar
- Upload a Feature image (optional)
- Add an Excerpt (optional)
- Specify the Page URL to
projects - Click Publish
Create a Single Project
To create a single Project you have to follow these steps:
- Log in to Ghost admin
- Go to Posts, click New post
- Set the Post title
- Open the Post settings sidebar
- Add the
#projecttag to Tags - Click Publish
Remember that internal tags starting with # are not visible to readers and are used only for theme features and integrations.