Migrated from github.com/shafiqalibhai/gatsby-starter-netlify-cms https://gatsby-netlify-cms.netlify.com/
  • JavaScript 93.6%
  • Dockerfile 3.5%
  • Sass 2.9%
Find a file
2026-04-27 22:43:36 +00:00
src Merge branch 'master' into prop-types 2018-03-23 19:59:46 -04:00
static fix page paths in config.yml 2018-03-02 13:19:17 -05:00
.gitignore Integrate CMS build system and create initial preview templates 2017-12-06 22:12:52 -08:00
Dockerfile Add Dockerfile: multi-stage Gatsby build, serve static output via nginx 2026-04-27 22:43:36 +00:00
gatsby-config.js Select by ID instead of path 2018-02-27 16:37:01 -08:00
gatsby-node.js add tag pages and adjust config 2018-02-28 00:52:15 -08:00
LICENSE first commit 2017-10-18 17:43:20 -04:00
netlify.toml Update netlify.toml 2018-02-05 11:40:34 -05:00
package-lock.json add react-helmet, update lockfiles 2018-02-26 13:39:22 -05:00
package.json increment patch number 2018-03-23 20:01:37 -04:00
README.md Update README with comprehensive project information 2026-04-27 20:37:20 +00:00
yarn.lock add tag pages and adjust config 2018-02-28 00:52:15 -08:00

gatsby-starter-netlify-cms

Overview

This repo contains an example business website that is built with Gatsby, and Netlify CMS: Demo Link.

Detected project type: Node.js / JavaScript.

This repository was migrated from upstream source github.com/shafiqalibhai/gatsby-starter-netlify-cms and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 2.2 MB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0
  • License: MIT

Languages

Language Bytes Share
JavaScript 24,903 bytes 97.0%
Sass 764 bytes 3.0%

Repository structure

  • src/
  • static/
  • .gitignore (212 B)
  • gatsby-config.js (751 B)
  • gatsby-node.js (1,998 B)
  • LICENSE (1,076 B)
  • netlify.toml (140 B)
  • package-lock.json (599,545 B)
  • package.json (1,170 B)
  • README.md (2,582 B)
  • yarn.lock (398,570 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/gatsby-starter-netlify-cms.git
cd gatsby-starter-netlify-cms

Installation

npm install
# or
yarn install
# or
pnpm install

Usage

Run scripts defined in package.json:

npm start    # or whatever script your project defines
npm test

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

Gatsby + Netlify CMS Starter

This repo contains an example business website that is built with Gatsby, and Netlify CMS: Demo Link.

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

Prerequisites

  • Node (I recommend using v8.2.0 or higher)
  • Gatsby CLI

Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. The example here is the Kaldi coffee company template (adapted from One Click Hugo CMS). Use the button below to build and deploy your own copy of the repository:

Deploy to Netlify

After clicking that button, youll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, youll need to set up Netlifys Identity service to authorize users to log in to the CMS.

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop

To test the CMS locally, you'll need run a production build of the site:

$ npm run build
$ npm run serve

Getting Started (Without Netlify)

$ gatsby new [SITE_DIRECTORY_NAME] https://github.com/AustinGreen/gatsby-starter-netlify-cms/
$ cd [SITE_DIRECTORY_NAME]
$ npm run build
$ npm run serve

Setting up the CMS

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

Debugging

Windows users might encounter node-gyp errors when trying to npm install. To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.

npm config set python python2.7
npm install --global --production windows-build-tools

Full details here

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

This project is licensed under the MIT license. See the LICENSE file for the full text.

Repository

  • Browse: https://forgejo.deployview.com/ssa/gatsby-starter-netlify-cms
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/gatsby-starter-netlify-cms.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/gatsby-starter-netlify-cms.git
  • Upstream / origin: github.com/shafiqalibhai/gatsby-starter-netlify-cms

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.