Skip to content

Commit

Permalink
Update 08_instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M0nica authored Oct 4, 2020
1 parent 3041ff9 commit 559b32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/INSTRUCTIONS/08_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export const query = graphql`
- Generate a standalone speaker page for each talk/speaker by creating a `gatsby-config.js` file (starter code below)
- Create a src template at `src/templates/speaker-page.js` that renders the speaker data that is passed into the template from `createPages`

## Preview of Finished Exercise:

![screenshot of final speaker page](./images/exercise-8-add-speaker-page.png)

## Starter Code

- Add a `gatsby-config.js` file in the root of the site with the following code:
Expand Down

0 comments on commit 559b32e

Please sign in to comment.