eggheadio / gatsby-starter-egghead-blog

This is an example Gatsby blog site that we use as a reference at egghead.
https://egghead-gatsby-starter.netlify.com/
MIT License
517 stars 82 forks source link

Update Blog Page Query To use `isPost` field #28

Closed theianjones closed 5 years ago

theianjones commented 5 years ago

This makes it so we dont have to look up the parent of the node to determine if the mdx node is a blog post or a page.