This example application will pull down data from a portway project and display it on a blog site.
- Create a Portway project and create an API key with reader-level access
npm install
cp example.env .env
- Add the appropriate .env file values
gatsby develop
The app will display portway documents as blog posts.
- Recently published documents are displayed first
- Author name can be added by creating a string field in a document and naming it
author-name
- Author avatar can be added by creating an image field in a document and naming it
author-avatar