This is a Gatsby site using Contentful as a CMS. It was created with Stackbit in under a minute.
You can create a site just like this one, or explore some variations. How about a different:
✏️ CMS
-
Install Node.js and npm
-
Install npm dependencies:
npm install
-
Get "Content Delivery API - access token" from your Contentful project space
-
Assign this access token to the
CONTENTFUL_ACCESS_TOKEN
environment variable:export CONTENTFUL_ACCESS_TOKEN={contentful_delivery_api_access_token}
-
Assign your contentful space id to the
CONTENTFUL_SPACE_ID
environment variable:export CONTENTFUL_SPACE_ID={contentful_space_id}
-
Fetch the content from Contentful:
npx @stackbit/contentful-pull --ssg gatsby --contentful-space-id $CONTENTFUL_SPACE_ID --contentful-access-token $CONTENTFUL_ACCESS_TOKEN
-
Start the Gatsby local development server:
npm run develop
-
Open http://localhost:8000/ in the browser
-
🎉
To start editing your site, you can use the Contentful interface at https://app.contentful.com/spaces/a1p0qyqu3vcp.
Alternatively, you can use the free on-page editing experience provided by the Stackbit Studio.
Here's a few resources to get you started:
- 📺 Editing Content
- 📺 Adding, Reordering and Deleting Items
- 📺 Collaboration
- 📺 Publishing
- 📚 Stackbit Documentation
If you need a hand, make sure to check the Stackbit support page.
Generated at 2021-06-12T13:07:07.485Z
by Stackbit version 0.3.53
.