Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/pluralsight-gatsby-demo-starter
The demo starter for the Creating Plugins, Themes and Starters with GatsbyJS: Playbook Pluralsight course
https://github.com/kamranayub/pluralsight-gatsby-demo-starter
example gatsby pluralsight sample
Last synced: 29 days ago
JSON representation
The demo starter for the Creating Plugins, Themes and Starters with GatsbyJS: Playbook Pluralsight course
- Host: GitHub
- URL: https://github.com/kamranayub/pluralsight-gatsby-demo-starter
- Owner: kamranayub
- License: mit
- Created: 2021-01-25T02:49:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T02:17:59.000Z (over 3 years ago)
- Last Synced: 2024-04-13T16:07:08.410Z (7 months ago)
- Topics: example, gatsby, pluralsight, sample
- Language: JavaScript
- Homepage: https://demogatsbycontentfulblog.gtsb.io/
- Size: 1.32 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pluralsight Sample: Globomantics Blog Starter
This is a sample companion for the course [Creating Plugins, Themes, and Starters with GatsbyJS: Playbook](https://github.com/kamranayub/pluralsight-gatsby-starters-themes-plugins) on Pluralsight.
## Using the starter
```sh
gatsby new sample kamranayub/pluralsight-gatsby-demo-startercd sample
yarn # or npm, see note
```> **Having trouble with npm?** I was having a few issues with "missing module" messages when using `npm`. If you run into any issues, `yarn` seems more stable. This may be a Gatsby V3 issue, see [Migration Guide for v2 to v3](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/#handling-dependencies-for-plugins-that-are-not-yet-updated)
## Sample Contentful Tokens
The tokens in the `.env*` files are [read-only tokens](https://www.contentful.com/developers/docs/references/content-delivery-api/) from my Contentful sample space. They are safe to share and use since they are not "Admin Tokens."
If you don't want to use your own Contentful account, you may use my demo tokens:
**.env.development**
```
CONTENTFUL_SPACE_ID=4l5gmdllk6yh
CONTENTFUL_ACCESS_TOKEN=dRZN5J3GwEGy4JY1i-xmxeCDjuuVpvGx46fnYX4Q4rE
```