Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 654 Bytes

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