main page markdown content added

This commit is contained in:
Xetera
2019-07-27 04:15:25 -04:00
committed by Jean-Philippe Sirois
parent fdade99f84
commit e4c525a5dc
5 changed files with 16 additions and 3 deletions
+7
View File
@@ -19,6 +19,13 @@ module.exports = {
path: `${__dirname}/src/images`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {
name: `site`,
path: `${__dirname}/src/content/site`,
},
},
{
resolve: `gatsby-source-filesystem`,
options: {