Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Created September 6, 2020 19:46
Show Gist options
  • Save Deborah-Digges/129a5181715014aad25ebe32cd9c273e to your computer and use it in GitHub Desktop.
Save Deborah-Digges/129a5181715014aad25ebe32cd9c273e to your computer and use it in GitHub Desktop.
Gatsby blog
plugins: [
{
resolve: `gatsby-source-filesystem`,
options: {
name: `markdown-pages`,
path: `${__dirname}/src/markdown-pages`,
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment