Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fa7ad/next-boring
Le Next Version of Mildly Boring. Created using Stackbit.
https://github.com/fa7ad/next-boring
contentful headless jamstack nextjs ssg stackbit static
Last synced: about 1 month ago
JSON representation
Le Next Version of Mildly Boring. Created using Stackbit.
- Host: GitHub
- URL: https://github.com/fa7ad/next-boring
- Owner: fa7ad
- License: other
- Created: 2021-03-08T15:00:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T06:50:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T22:04:08.599Z (3 months ago)
- Topics: contentful, headless, jamstack, nextjs, ssg, stackbit, static
- Language: JavaScript
- Homepage: https://next.mildlyboring.com/
- Size: 3.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ✨ next-boring ✨
This is a [Next.js](https://nextjs.org) site using [Contentful](https://www.contentful.com) as a [CMS](https://en.wikipedia.org/wiki/Content_management_system). It was created with [Stackbit](https://www.stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) in under a minute.
You can [create a site](https://app.stackbit.com/create?theme=https://github.com/stackbit/stackbit-theme-ampersand&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) just like this one, or explore some variations. How about a different:
🎨 Look
✏️ CMS
⚙️ Static site generator
## Develop Locally
1. Install [Node.js and npm](https://nodejs.org/en/)
1. Install npm dependencies:
npm install
1. Navigate to ["API keys" Settings page](https://app.contentful.com/spaces/g3s3ddcqcww2/api/cma_tokens) of your Contentful space and generate new "Personal Access Token"
1. Assign the generated Personal Access Token to the `CONTENTFUL_ACCESS_TOKEN` environment variable (replace `{personal_access_token}` with the access token):
export CONTENTFUL_ACCESS_TOKEN={personal_access_token}
1. Start the Next.js local development server:
npm run develop
1. Open [http://localhost:3000/](http://localhost:3000/) in the browser
1. 🎉
## Editing Content
To start editing your site, you can use the Contentful interface at [https://app.contentful.com/spaces/g3s3ddcqcww2](https://app.contentful.com/spaces/g3s3ddcqcww2).
Alternatively, you can use the free on-page editing experience provided by the [Stackbit Studio](https://stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes).
[![](https://i3.ytimg.com/vi/zd9lGRLVDm4/hqdefault.jpg)](https://stackbit.link/project-readme-lead-video)
Here's a few resources to get you started:
- 📺 [Editing Content](https://stackbit.link/project-readme-editing-video)
- 📺 [Adding, Reordering and Deleting Items](https://stackbit.link/project-readme-adding-video)
- 📺 [Collaboration](https://stackbit.link/project-readme-collaboration-video)
- 📺 [Publishing](https://stackbit.link/project-readme-publishing-video)
- 📚 [Stackbit Documentation](https://stackbit.link/project-readme-documentation)
If you need a hand, make sure to check the [Stackbit support page](https://stackbit.link/project-readme-support).
## Colophon
Generated at `2021-03-08T15:00:07.899Z` by Stackbit version `0.3.50`.