Skip to content

Commit

Permalink
chore(blog): 馃Ч Remove whitespace from Markdown link (#23187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 16, 2020
1 parent b7be563 commit 52d352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/2020-04-15-announcing-gatsby-recipes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To kickstart the new era of Gatsby Recipes, we鈥檝e created 11 official recipes
<p>Sorry! Your browser doesn't support this video.</p>
</video>

Gatsby has 1000s of plugins and themes and is an incredibly flexible tool for creating for the web. With this comes the problem of discovering how to accomplish a specific task. It's a challenge when users enter the Gatsby ecosystem, they have to translate "I want to do x" to how "x" is done in Gatsby. Last year, Marcy Sutton led our effort to add [ dozens of "recipes" to help people with this on gatsbyjs.org](https://www.gatsbyjs.org/docs/recipes/). But we think these will work even better if you can run them directly on the CLI. Gatsby Recipes teach users how to accomplish desired tasks in Gatsby while also enabling them to automate the process.
Gatsby has 1000s of plugins and themes and is an incredibly flexible tool for creating for the web. With this comes the problem of discovering how to accomplish a specific task. It's a challenge when users enter the Gatsby ecosystem, they have to translate "I want to do x" to how "x" is done in Gatsby. Last year, Marcy Sutton led our effort to add [dozens of "recipes" to help people with this on gatsbyjs.org](https://www.gatsbyjs.org/docs/recipes/). But we think these will work even better if you can run them directly on the CLI. Gatsby Recipes teach users how to accomplish desired tasks in Gatsby while also enabling them to automate the process.

So now, instead of Googling how to add Styled Components support to Gatsby, you simply run `gatsby recipes styled-components` and an interactive workflow walks you through the steps.

Expand Down

0 comments on commit 52d352f

Please sign in to comment.