Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Fix broken links in blog-netlify-cms-tutorial #26886

Merged
merged 4 commits into from
Sep 14, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tutorial/blog-netlify-cms-tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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.
irevenko marked this conversation as resolved.
Show resolved Hide resolved

## Prerequisites

- A GitHub account
- The [Gatsby CLI](/docs/gatsby-cli) installed
- The [Gatsby CLI](docs/gatsby-cli/) installed
irevenko marked this conversation as resolved.
Show resolved Hide resolved

## 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
Expand Down