- JavaScript 93.6%
- Dockerfile 3.5%
- Sass 2.9%
| src | ||
| static | ||
| .gitignore | ||
| Dockerfile | ||
| gatsby-config.js | ||
| gatsby-node.js | ||
| LICENSE | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
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
Getting Started (Recommended)
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:
After clicking that button, you’ll 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, you’ll need to set up Netlify’s 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
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
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.