Skip to content

Instantly share code, notes, and snippets.

@casprwang
Last active June 5, 2017 02:40
Show Gist options
  • Save casprwang/cb3f3877678654f154fdb7da15276e6e to your computer and use it in GitHub Desktop.
Save casprwang/cb3f3877678654f154fdb7da15276e6e to your computer and use it in GitHub Desktop.
module.exports = {
siteMetadata: {
title: "Gatsby Starter Blog",
author: "Kyle Mathews",
},
plugins: [
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/src/pages`,
name: "pages",
},
},
`gatsby-transformer-remark`,
"gatsby-remark-copy-linked-files",
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment