Upgrade to alpha-2

This commit is contained in:
Kyle Mathews 2016-09-20 22:23:54 -07:00
parent 94a2ab7ea3
commit 640be90860
12 changed files with 200 additions and 116 deletions

10
gatsby-config.js Normal file
View file

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