Adding Disqus comments on post template

This commit is contained in:
Marcela Bomfim
2017-10-10 11:53:14 -03:00
parent dbba39f0ab
commit a0fcc33115
4 changed files with 64 additions and 5 deletions

View File

@@ -27,15 +27,15 @@
"gatsby": "^1.8.12",
"gatsby-link": "^1.6.8",
"gatsby-plugin-catch-links": "^1.0.5",
"gatsby-plugin-feed": "^1.3.5",
"gatsby-plugin-google-analytics": "^1.0.4",
"gatsby-plugin-manifest": "^1.0.4",
"gatsby-plugin-postcss-sass": "^1.0.3",
"gatsby-plugin-feed": "^1.3.5",
"gatsby-plugin-sitemap": "^1.2.2",
"gatsby-plugin-offline": "^1.0.4",
"gatsby-plugin-postcss-sass": "^1.0.3",
"gatsby-plugin-preact": "^1.0.0",
"gatsby-plugin-react-helmet": "^1.0.3",
"gatsby-plugin-sharp": "^1.6.2",
"gatsby-plugin-sitemap": "^1.2.2",
"gatsby-remark-copy-linked-files": "^1.5.2",
"gatsby-remark-images": "^1.5.4",
"gatsby-remark-prismjs": "^1.2.1",
@@ -44,8 +44,9 @@
"gatsby-source-filesystem": "^1.4.3",
"gatsby-transformer-remark": "^1.7.1",
"gatsby-transformer-sharp": "^1.6.1",
"typeface-roboto": "latest",
"lodash": "^4.17.2"
"lodash": "^4.17.2",
"react-disqus-comments": "^1.1.0",
"typeface-roboto": "latest"
},
"devDependencies": {
"postcss-pxtorem": "^4.0.1",