From 279eb23af95b4824cad09960020e65fffe634a9c Mon Sep 17 00:00:00 2001 From: Michael Uloth Date: Wed, 28 Nov 2018 16:13:19 -0500 Subject: [PATCH 1/2] Update sites.yml Add two educational sites to showcase. --- docs/sites.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/sites.yml b/docs/sites.yml index 8bc2de28fa682..96d623efc8793 100644 --- a/docs/sites.yml +++ b/docs/sites.yml @@ -3587,3 +3587,29 @@ - Freelance built_by: Jacob D. Castro built_by_url: https://twitter.com/jacobdcastro +- title: Gatsby Tutorials + main_url: https://www.gatsbytutorials.com + url: https://www.gatsbytutorials.com + source_url: https://github.com/ooloth/gatsby-tutorials + featured: false + description: > + Gatsby Tutorials is a community-updated list of video, audio and written tutorials to help you learn GatsbyJS. + categories: + - Web Development + - Education + - Open Source + built_by: Michael Uloth + built_by_url: "https://www.michaeluloth.com" + main_url: "https://www.michaeluloth.com" +- title: Up & Running Tutorials + main_url: https://www.upandrunningtutorials.com + url: https://www.upandrunningtutorials.com + featured: false + description: > + Free coding tutorials for web developers. Get your web development career up and running by learning to build better, faster websites. + categories: + - Web Development + - Education + built_by: Michael Uloth + built_by_url: "https://www.michaeluloth.com" + main_url: "https://www.michaeluloth.com" From 5f0837b9c2140e80524afd1b3518e2209a6d60c6 Mon Sep 17 00:00:00 2001 From: Michael Uloth Date: Wed, 28 Nov 2018 16:15:13 -0500 Subject: [PATCH 2/2] Fix typos in sites.yml Remove duplicated lines (oops!). --- docs/sites.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sites.yml b/docs/sites.yml index 96d623efc8793..c16e86c687585 100644 --- a/docs/sites.yml +++ b/docs/sites.yml @@ -3600,7 +3600,6 @@ - Open Source built_by: Michael Uloth built_by_url: "https://www.michaeluloth.com" - main_url: "https://www.michaeluloth.com" - title: Up & Running Tutorials main_url: https://www.upandrunningtutorials.com url: https://www.upandrunningtutorials.com @@ -3612,4 +3611,3 @@ - Education built_by: Michael Uloth built_by_url: "https://www.michaeluloth.com" - main_url: "https://www.michaeluloth.com"