From 8bb25e15b74ef7c275b829c1721f97b5b314530a Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 18 Jan 2018 17:04:21 -0800 Subject: [PATCH] Some updates to the awesome gatsby page --- docs/docs/awesome-gatsby.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/docs/awesome-gatsby.md b/docs/docs/awesome-gatsby.md index a5833dba8a0ac..744a92cacb0ba 100644 --- a/docs/docs/awesome-gatsby.md +++ b/docs/docs/awesome-gatsby.md @@ -4,11 +4,25 @@ title: "Awesome Gatsby" A curated list of interesting Gatsby community projects and learning resources. -## [Site showcase](https://github.com/gatsbyjs/gatsby#showcase) +## Site showcase -## [Starters](/docs/gatsby-starters/) +See the [site showcase on the Gatsby README on GitHub](https://github.com/gatsbyjs/gatsby#showcase) -## [Plugins](/docs/plugins/) +## Starters + +See the [list of official and community starters](/docs/gatsby-starters/) + +## Plugins + +See the [list of official and community plugins](/docs/plugins/) + +## Videos + +* [Static Site Generation with Gatsby.js v0 — Scott Nonnenberg](https://blog.scottnonnenberg.com/static-site-generation-with-gatsby-js/) +* [React.js Conf 2016 - Lightning Talks - Kyle Mathews](https://www.youtube.com/watch?v=RFkNRKL6ZoE) +* [Developing with React and Gatsby.js — Kyle Mathews](http://www.staticwebtech.com/presentations/developing-with-react-gatsbyjs/) +* [GraphQL Summit Open Source Lightning Talk on Gatsby — Kyle Mathews](https://youtu.be/y588qNiCZZo) +* [Talk on GatsbyJS @ ViennaJS — Gerald Bauer](https://www.youtube.com/watch?v=f0O1nCgqA3E&feature=youtu.be&a) ## Gatsby tutorials @@ -20,3 +34,6 @@ A curated list of interesting Gatsby community projects and learning resources. * [Build a photo site with Gatsby — 6 part tutorial](https://jeremey.blog/gatsby-photo/) * [Blazing fast website with Gatsby and Contentful series](https://www.youtube.com/watch?v=Ek4o40w1tH4&list=PL8KiuH6vpACV-F7jXribe4YveGBhBeG9A) * [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e) +* [ReactJS E-Commerce With No Backend Using Snipcart & Gatsby](https://snipcart.com/blog/snipcart-reactjs-static-ecommerce-gatsby) +* [Michael Cereda's multi-part series of blog posts on building his site with Gatsby](https://medium.com/@michaelcereda/creating-an-isomorphic-universal-website-with-react-part-1-a905350acba8#.akoo25l6j) +* [Gatsby – Static Site Generator For React](https://codingthesmartway.com/gatsby-static-site-generater-for-react-introduction/)