gatsby-markdown-hasura

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

Stars
8

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 [email protected]: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