Skip to content

Latest commit

 

History

History
 
 

using-gatsby-with-json-yaml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sourcing from YAML and JSON files

Gatsby example that uses JSON files and YAML files as a means of sourcing data.

Live Version

Live version here

Routes

Below are listed the routes generated via GATSBY API

  • /page1
  • /page2
  • /page3
  • /page4
  • /page5

The route /json-at-buildtime and /yml-at-buildtime will show some JSON or YAML content loaded directly into a page component at build time.