Add Intro pages through markdown

This commit is contained in:
Stuart Taylor
2018-04-12 17:20:52 +01:00
committed by Mrugesh Mohapatra
parent dcb6378975
commit ca6748a477
28 changed files with 760 additions and 16 deletions

View File

@ -23,6 +23,14 @@ module.exports = {
source: buildChallenges$
}
},
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'introductions',
path: path.resolve(__dirname, './src/introductions')
}
},
'gatsby-transformer-remark',
{
resolve: 'gatsby-plugin-google-fonts',
options: {