Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 669 Bytes

Gatsby Blog Netlify Status

Demo : https://gatsby-rn-blog.netlify.app/

Gatsby blog is using gatsby-transformer-remark to render markdown files site-image

Topics covered

  1. How to add gatsby-transformer-remark plugin to the app
  2. How to render markdown files using the plugin
  3. How to create a slug for an every article (using onCreateNode() gatsby-node api)
  4. How to programatically create a page (using createPages() gatsby-node api)
  5. How to query using graphql