Skip to content

gatsby-inc/gatsby-starter-graphcms-blog

 
 

Repository files navigation

gatsby-starter-graphcms-blog

A Gatsby starter for creating a basic blog with GraphCMS

Demogatsby-source-graphcms

Quick start

  1. Create a new Gatsby project via the Gatsby CLI
gatsby new graphcms-blog https://github.com/GraphCMS/gatsby-starter-graphcms-blog
  1. Provide your GraphCMS project keys

In order to use this starter, you'll need to have created a new GraphCMS project using our Blog Template.

Navigate into your new site’s directory and copy the .env.sample file.

cd graphcms-blog
cp .env.sample .env

Inside of your newly created .env file, provide values for each variable. These variables can be found in the project settings UI.

GRAPHCMS_ENDPOINT=""
GRAPHCMS_TOKEN=""
  1. Start building!
yarn dev

Features

About

Gatsby starter for creating a basic blog with GraphCMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%