-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fcadff
commit 3b50342
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Using Markdown Pages | ||
|
||
Demonstrates how to render Markdown files as pages in you Gatsby application. | ||
Demonstrates how to render Markdown files as pages in your Gatsby application. | ||
|
||
## Running an example site | ||
|
||
1. Clone `gatsby` repository `git clone [email protected]:gatsbyjs/gatsby.git` | ||
1. Clone the `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` | ||
|