biilmann / gatsby-netlify-cms-boilerplate

Example gatsby + netlify cms project

Home Page:https://gatsby-netlify-cms.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby + Netlify CMS Boilerplate

This repo contains an example blog that is built with Gatsby, and Netlify CMS: https://gatsby-netlify-cms.netlify.com/.

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Getting Started

One Click Setup

Use our deploy button to get your own copy of the repository.

Deploy to Netlify

This will setup everything needed for running the CMS:

  • A new repository in your GitHub account with the code
  • Full Continuous Deployment to Netlify's global CDN network
  • Control users and access with Netlify Identity
  • Manage content with Netlify CMS

Once the initial build finishes, you can invite yourself as a user. Go to the Identity tab in your new site, click "Invite" and send yourself an invite.

Now you're all set, and you can start editing content!

Prerequisites

  • Node (I recommend using v8.7.0 or higher)
  • Yarn
  • A clone of the repo on your local machine

Run Locally

$ cd gatsby-netlify-cms-boilerplate
$ yarn
$ gatsby build
$ gatsby serve

Accessing the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and content modeling.

About

Example gatsby + netlify cms project

https://gatsby-netlify-cms.netlify.com/

License:MIT License


Languages

Language:JavaScript 87.5%Language:HTML 12.5%