praveenweb / gatsby-markdown-hasura

Use Markdown files as CMS with Gatsby and integrate with Hasura GraphQL for comment system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Markdown Pages

Demonstrates how to render Markdown files as pages in you Gatsby application.

Running an example site

  1. Clone gatsby repository git clone git@github.com:gatsbyjs/gatsby.git
  2. Navigate to the example cd gatsby/examples/using-markdown-pages
  3. Install the dependencies for the application by running yarn
  4. Run the Gatsby development server gatsby develop

References

About

Use Markdown files as CMS with Gatsby and integrate with Hasura GraphQL for comment system


Languages

Language:CSS 58.7%Language:JavaScript 33.1%Language:HTML 8.2%