zefman / gridsome-netlifycms-relations

Demo project showing how to create relations between collections with Gridsome and NetlifyCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default starter for Gridsome

Demo project showing how to create relations between collections with Gridsome and NetlifyCMS.

See the blog post about it here: Gridsome + NetlifyCMS Collection Relations

Running

npm i

npm run develop

Notes

If you want to customise this for your own project, you will need to adjust the NetlifyCMS config in src/admin/config.yml to point to your own repository:

# You will need to change this to point at your own repository
backend:
  name: github
  repo: zefman/gridsome-netlifycms-relations

About

Demo project showing how to create relations between collections with Gridsome and NetlifyCMS


Languages

Language:JavaScript 58.1%Language:Vue 37.5%Language:HTML 4.3%