Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/tutorial/using-a-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ In this tutorial, you'll learn how to use Gatsby themes by creating a new site u

## Pre-requisites

> 💡 Tip: If you're new to Gatsby, make sure you have Node.js (version 18 or later) and the Gatsby CLI installed globally using `npm install -g gatsby-cli` before starting this tutorial.

- A Gatsby site


> Note: This tutorial assumes you already have a Gatsby site to install your theme in. If you'd prefer to start with an entirely new site you can run `gatsby new my-blog https://github.com/gatsbyjs/gatsby-starter-blog-theme` to set up a starter with the blog theme already installed.

## Installing the blog theme
Expand Down