Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 836 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 836 Bytes

Netlify CMS starter for Gridsome

Install this starter

Initialize App

  1. gridsome create my-gridsome-site https://github.com/davidleininger/gridsome-netlifycms-starter.git
  2. cd my-gridsome-site to open folder
  3. Run yarn to install dependencies
  4. gridsome develop to start local dev server at http://localhost:8080

Update Config to use Netlify CMS

Update src/admin/config.yml backend repo with your_name/repo_name

Connect GitHub and Netlify

  1. Create new site on Netlify and connect to GitHub Repo
  2. Create new app on GitHub Settings > Developer Settings > OAuth Apps
  3. Add Client ID and Client Secret to Netlify General > Access Control > OAuth
  4. Navigate to netlify URL /admin

Demo

https://cms-gridsome-demo.netlify.com

Have Fun!