added client side syntax highlighting

added client side syntax highlighting

removed unnecessary packages
This commit is contained in:
Xetera
2019-08-01 06:18:25 -04:00
committed by Jean-Philippe Sirois
parent 94e6a95037
commit 569146446e
5 changed files with 44 additions and 107 deletions
+2 -8
View File
@@ -24,10 +24,7 @@ module.exports = {
},
},
`gatsby-plugin-layout`,
{
resolve: `gatsby-transformer-remark`,
plugins: [`gatsby-remark-prismjs`],
},
`gatsby-transformer-remark`,
{
resolve: `gatsby-source-filesystem`,
options: {
@@ -61,11 +58,8 @@ module.exports = {
background_color: `#663399`,
theme_color: `#ba1a2e`,
display: `minimal-ui`,
icon: `src/images/icon.png`, // This path is relative to the root of the site.
icon: `src/images/icon.png`,
},
},
// this (optional) plugin enables Progressive Web App + Offline functionality
// To learn more, visit: https://gatsby.dev/offline
// `gatsby-plugin-offline`,
],
}