You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
A **regular Gatsby starter** creates a new Gatsby site that is preconfigured for a particular use case. The resulting site effectively forks off the starter — after it’s created, the site maintains no connection to the starter.
A **Gatsby theme starter** creates a new Gatsby site that installs and configures one or more Gatsby themes. When a starter installs a theme, it maintains the connection to that theme as a standalone npm package.
gatsby new my-blog https://github.com/gatsbyjs/gatsby-starter-blog-theme
17
17
```
18
18
19
-
## What does a theme starter do?
19
+
## テーマスターターは何をする?
20
20
21
-
The starter for the official Gatsby blog theme does the following:
21
+
公式の Gatsby ブログテーマ用スターターは以下を実行します。
22
22
23
-
### 1. The starter installs the theme and configures it
23
+
### 1. テーマをインストールし設定する
24
24
25
-
When you use a starter that's built with a theme, you will often see that you're initially presented with a lighter weight `gatsby-config.js`. Themes start doing their magic when installed via the `plugins`array:
0 commit comments