From 9d818e52ca6c946093c04b2055fc47711dca3066 Mon Sep 17 00:00:00 2001 From: irevenko Date: Mon, 14 Sep 2020 11:11:13 +0300 Subject: [PATCH 1/4] Fix links in docs/tutorial/blog-netlify-cms-tutorial/index.md --- docs/tutorial/blog-netlify-cms-tutorial/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/blog-netlify-cms-tutorial/index.md b/docs/tutorial/blog-netlify-cms-tutorial/index.md index f3a3f0c6b90c5..8a2f8dda352a5 100644 --- a/docs/tutorial/blog-netlify-cms-tutorial/index.md +++ b/docs/tutorial/blog-netlify-cms-tutorial/index.md @@ -4,18 +4,18 @@ title: Making a Gatsby Blog with Netlify CMS https://youtu.be/JeTqxCJC56Q -This tutorial will use [gatsby-personal-starter-blog](http://t.wang.sh/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](/starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks. +This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](https://www.gatsbyjs.com/starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks. ## Prerequisites - A GitHub account -- The [Gatsby CLI](/docs/gatsby-cli) installed +- The [Gatsby CLI](https://www.gatsbyjs.com/docs/gatsby-cli/) installed ## Set up a Netlify CMS-managed Gatsby site in 5 steps: ### Step 1 -Open your Terminal and run the following command from the Gatsby CLI to create a new Gatsby site using [gatsby-personal-starter-blog](http://t.wang.sh/gatsby-personal-starter-blog). +Open your Terminal and run the following command from the Gatsby CLI to create a new Gatsby site using [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog). ```shell gatsby new [your-project-name] https://github.com/thomaswangio/gatsby-personal-starter-blog From 84f52cb404f0e8cf030cc1203455f5c68ef8b636 Mon Sep 17 00:00:00 2001 From: Ilya Revenko Date: Mon, 14 Sep 2020 12:31:16 +0300 Subject: [PATCH 2/4] Update index.md Remove gatsbyjs.com relative links --- docs/tutorial/blog-netlify-cms-tutorial/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/blog-netlify-cms-tutorial/index.md b/docs/tutorial/blog-netlify-cms-tutorial/index.md index 8a2f8dda352a5..64862cba7714b 100644 --- a/docs/tutorial/blog-netlify-cms-tutorial/index.md +++ b/docs/tutorial/blog-netlify-cms-tutorial/index.md @@ -4,12 +4,12 @@ title: Making a Gatsby Blog with Netlify CMS https://youtu.be/JeTqxCJC56Q -This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](https://www.gatsbyjs.com/starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks. +This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks. ## Prerequisites - A GitHub account -- The [Gatsby CLI](https://www.gatsbyjs.com/docs/gatsby-cli/) installed +- The [Gatsby CLI](docs/gatsby-cli/) installed ## Set up a Netlify CMS-managed Gatsby site in 5 steps: From 9a74cc8b0ee40509a03bd7db2d8fb06e3f8812b1 Mon Sep 17 00:00:00 2001 From: Ilya Revenko Date: Mon, 14 Sep 2020 13:06:05 +0300 Subject: [PATCH 3/4] Update docs/tutorial/blog-netlify-cms-tutorial/index.md Co-authored-by: Lennart --- docs/tutorial/blog-netlify-cms-tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/blog-netlify-cms-tutorial/index.md b/docs/tutorial/blog-netlify-cms-tutorial/index.md index 64862cba7714b..cdcbff1bc45a4 100644 --- a/docs/tutorial/blog-netlify-cms-tutorial/index.md +++ b/docs/tutorial/blog-netlify-cms-tutorial/index.md @@ -9,7 +9,7 @@ This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomasw ## Prerequisites - A GitHub account -- The [Gatsby CLI](docs/gatsby-cli/) installed +- The [Gatsby CLI](/docs/gatsby-cli/) installed ## Set up a Netlify CMS-managed Gatsby site in 5 steps: From cfcfd3e889b112c0beaa246c39b91782e110b08b Mon Sep 17 00:00:00 2001 From: Ilya Revenko Date: Mon, 14 Sep 2020 13:06:15 +0300 Subject: [PATCH 4/4] Update docs/tutorial/blog-netlify-cms-tutorial/index.md Co-authored-by: Lennart --- docs/tutorial/blog-netlify-cms-tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/blog-netlify-cms-tutorial/index.md b/docs/tutorial/blog-netlify-cms-tutorial/index.md index cdcbff1bc45a4..09dbe478137ad 100644 --- a/docs/tutorial/blog-netlify-cms-tutorial/index.md +++ b/docs/tutorial/blog-netlify-cms-tutorial/index.md @@ -4,7 +4,7 @@ title: Making a Gatsby Blog with Netlify CMS https://youtu.be/JeTqxCJC56Q -This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks. +This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](/starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks. ## Prerequisites