initial conversion

This commit is contained in:
Kyle Gill
2019-05-13 19:01:11 -06:00
parent 02b42f623d
commit d4b9465c49
18 changed files with 3452 additions and 177 deletions

7
gatsby-config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: [
{
resolve: `gatsby-plugin-emotion`,
},
],
}