Skip to content

Latest commit

 

History

History

using-markdown-pages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Using Markdown Pages

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

Running an example site

  1. Clone the 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