Massive code migration cleanup

Migrate to SCSS, move to named exports, add barel files, format code to be standardized, fix file naming convention, move utils to `src/utils`
This commit is contained in:
Corbin Crutchley
2019-06-21 17:47:02 -07:00
parent 45f1a203a1
commit f69eaa08cc
92 changed files with 2391 additions and 1940 deletions

View File

@@ -5,8 +5,8 @@ const { createFilePath } = require(`gatsby-source-filesystem`)
exports.createPages = ({ graphql, actions }) => {
const { createPage } = actions
const blogPost = path.resolve(`./src/templates/blog-post/index.js`)
const blogAuthor = path.resolve(`./src/templates/blog-author/index.js`)
const blogPost = path.resolve(`./src/templates/blog-post.js`)
const blogAuthor = path.resolve(`./src/templates/blog-author.js`)
return graphql(
`
{