From 38dbd5604642ec46eb74b70b9a095077e14bb698 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 28 Sep 2017 10:40:56 -0700 Subject: [PATCH 1/2] Removed unnecessary - - - - From f2b3b0722d7f4a31c15ea46f4c3bedada5a1e609 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 28 Sep 2017 10:54:54 -0700 Subject: [PATCH 2/2] Added gatsby-plugin-twitter rather than embedding diff --git a/docs/_posts/2013-09-24-community-roundup-8.md b/docs/_posts/2013-09-24-community-roundup-8.md index 7de4e98019ba..65084d774cf0 100644 --- a/docs/_posts/2013-09-24-community-roundup-8.md +++ b/docs/_posts/2013-09-24-community-roundup-8.md @@ -29,8 +29,6 @@ We've also reached a point where there are too many questions for us to handle d While this is not going to work for all the attributes since they are camelCased in React, this is a pretty cool trick.
- - ## Remarkable React diff --git a/docs/_posts/2014-11-25-community-roundup-24.md b/docs/_posts/2014-11-25-community-roundup-24.md index 8bf64f38d19f..bf34f58f5a75 100644 --- a/docs/_posts/2014-11-25-community-roundup-24.md +++ b/docs/_posts/2014-11-25-community-roundup-24.md @@ -95,5 +95,3 @@ We're counting down the days until [React.js Conf](http://conf.reactjs.com) at F - - diff --git a/docs/_posts/2015-02-18-react-conf-roundup-2015.md b/docs/_posts/2015-02-18-react-conf-roundup-2015.md index 6b675d0b357e..3f7d3dfc266d 100644 --- a/docs/_posts/2015-02-18-react-conf-roundup-2015.md +++ b/docs/_posts/2015-02-18-react-conf-roundup-2015.md @@ -262,7 +262,6 @@ And, in case you missed a session, you can borrow **Michael Chan’s** [drawings - **All proceeds from React.js Conf 2015 were donated to the wonderful programs at [code.org](http://code.org)**. These programs aim to increase access to the field of computer science by underrepresented members of our community. Watch this video to learn more. diff --git a/docs/_posts/2016-07-22-create-apps-with-no-configuration.md b/docs/_posts/2016-07-22-create-apps-with-no-configuration.md index 6c421fd57a8d..d05bb360d8e2 100644 --- a/docs/_posts/2016-07-22-create-apps-with-no-configuration.md +++ b/docs/_posts/2016-07-22-create-apps-with-no-configuration.md @@ -130,7 +130,6 @@ Combining these tools requires some experience with each of them. Even so, it is Many of those tools are plugin platforms and don’t directly acknowledge each other’s existence. They leave it up to the users to wire them together. The tools mature and change independently, and tutorials quickly get out of date. - This doesn’t mean those tools aren’t great. To many of us, they have become indispensable, and we very much appreciate the effort of their maintainers. They already have too much on their plates to worry about the state of the React ecosystem. diff --git a/docs/_posts/2017-09-26-react-v16.0.md b/docs/_posts/2017-09-26-react-v16.0.md index 19b005c01c8b..1c3b2cf45b4d 100644 --- a/docs/_posts/2017-09-26-react-v16.0.md +++ b/docs/_posts/2017-09-26-react-v16.0.md @@ -100,7 +100,6 @@ Perhaps the most exciting area we're working on is **async rendering**—a strat This demo provides an early peek at the types of problems async rendering can solve: - *Tip: Pay attention to the spinning black square.* diff --git a/www/gatsby-config.js b/www/gatsby-config.js index c5fb06747a29..0fc055f032a2 100644 --- a/www/gatsby-config.js +++ b/www/gatsby-config.js @@ -21,6 +21,7 @@ module.exports = { 'gatsby-plugin-netlify', 'gatsby-plugin-glamor', 'gatsby-plugin-react-next', + 'gatsby-plugin-twitter', { resolve: 'gatsby-plugin-nprogress', options: { diff --git a/www/package.json b/www/package.json index c47fb84330e6..960c4c3d9d46 100644 --- a/www/package.json +++ b/www/package.json @@ -23,6 +23,7 @@ "gatsby-plugin-react-helmet": "^1.0.3", "gatsby-plugin-react-next": "^1.0.3", "gatsby-plugin-sharp": "^1.6.2", + "gatsby-plugin-twitter": "^1.0.10", "gatsby-remark-autolink-headers": "^1.4.4", "gatsby-remark-copy-linked-files": "^1.5.2", "gatsby-remark-images": "^1.5.11", diff --git a/www/yarn.lock b/www/yarn.lock index b0bed9925f62..8659a9a0de3e 100644 --- a/www/yarn.lock +++ b/www/yarn.lock @@ -3625,6 +3625,12 @@ gatsby-plugin-sharp@^1.6.2, gatsby-plugin-sharp@^1.6.8: progress "^1.1.8" sharp "^0.17.3" +gatsby-plugin-twitter@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/gatsby-plugin-twitter/-/gatsby-plugin-twitter-1.0.10.tgz#cac183238442779ddbbc54fb04622c114907af17" + dependencies: + babel-runtime "^6.26.0" + gatsby-react-router-scroll@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.1.tgz#2e0132807273e544f05bed016645b6e2dfe08c48"