WIP, psts in place, parsing mostly correclty
This commit is contained in:
@@ -6,5 +6,15 @@
|
||||
|
||||
module.exports = {
|
||||
/* Your site config here */
|
||||
plugins: [`gatsby-plugin-sass`],
|
||||
plugins: [
|
||||
`gatsby-plugin-sass`,
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
name: `posts`,
|
||||
path: `${__dirname}/src/posts`,
|
||||
},
|
||||
},
|
||||
`gatsby-transformer-remark`
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user