const config = { siteMetadata: { title: 'Gatsby Starter Blog', author: 'Kyle Mathews', homeCity: 'San Francisco', }, sources: `${__dirname}/pages/`, } export default config