Gatsby

Gatsby

The future of web development is here.

Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps.
It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities.

Gatsby is released under the MIT license. Current CircleCI build status. Current npm package version. Downloads per month on npm. Total downloads on npm. PRs welcome! Follow @GatsbyJS

Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.

  • Load Data From Anywhere. Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.

  • Go Beyond Static Websites. Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.

  • Choose your Rendering Options. You can choose alternative rendering options, namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.

  • Performance Is Baked In. Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.

  • Use a Modern Stack for Every Site. No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.

  • Host at Scale for Pennies. Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on Gatsby Cloud and other similar services.

  • Use Gatsby's Centralized Data Layer Everywhere. With Gatsby's Valhalla Content Hub you can bring Gatsby's data layer to any project. Making it accessible via a unified GraphQL API for building content sites, eCommerce platforms, and both native and web applications.

Learn how to use Gatsby for your next project.

🚀 Ship your first Gatsby site in 5 Minutes

Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Gatsby Cloud.

Deploy to Gatsby Cloud

At the end of this process, you'll have

  1. a site working on Gatsby Cloud
  2. a new repository that is linked to that new site
  3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!

💻 Get started with Gatsby locally in 5 Minutes

You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:

  1. Initialize a new project.

    npm init gatsby

    Give it the name "My Gatsby Site".

  2. Start the site in develop mode.

    Next, move into your new site’s directory and start it up:

    cd my-gatsby-site/
    npm run develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000. Open the my-gatsby-site directory in your code editor of choice and edit src/pages/index.js. Save your changes, and the browser will update in real time!

At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.

🎓 Learning Gatsby

Full documentation for Gatsby lives on the website.

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples head to our documentation. In particular, check out the “How-to Guides”, “Reference”, and “Conceptual Guides” sections in the sidebar.

We welcome suggestions for improving our docs. See the “how to contribute” documentation for more details.

Start Learning Gatsby: Follow the Tutorial · Read the Docs

🚢 Release Notes

Wondering what we've shipped recently? Check out our release notes for key highlights, performance improvements, new features, and notable bugfixes.

Also, read our documentation on version support to understand our plans for each version of Gatsby.

💼 Migration Guides

Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v5 to your site without starting from scratch!

❗ Code of Conduct

Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our Code of Conduct. Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜

🤝 How to Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!

Check out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.

A note on how this repository is organized

This repository is a monorepo managed using Lerna. This means there are multiple packages managed in this codebase, even though we publish them to NPM as separate packages.

📝 License

Licensed under the MIT License.

💜 Thanks

Thanks go out to all our many contributors creating plugins, starters, videos, and blog posts. And a special appreciation for our community members helping with issues and PRs, or answering questions on Discord and GitHub Discussions.

A big part of what makes Gatsby great is each and every one of you in the community. Your contributions enrich the Gatsby experience and make it better every day.

gatsbyjs/gatsby

{
"props": {
"initialPayload": {
"allShortcutsEnabled": false,
"path": "/",
"repo": {
"id": 36040894,
"defaultBranch": "master",
"name": "gatsby",
"ownerLogin": "gatsbyjs",
"currentUserCanPush": false,
"isFork": false,
"isEmpty": false,
"createdAt": "2015-05-21T22:43:05.000Z",
"ownerAvatar": "https://avatars.githubusercontent.com/u/12551863?v=4",
"public": true,
"private": false,
"isOrgOwned": true
},
"currentUser": null,
"refInfo": {
"name": "master",
"listCacheKey": "v0:1722001548.0",
"canEdit": false,
"refType": "branch",
"currentOid": "b86b00c0dcd8ffd7ba46e0de35130a0195f5d2d2"
},
"tree": {
"items": [
{
"name": ".circleci",
"path": ".circleci",
"contentType": "directory"
},
{
"name": ".github",
"path": ".github",
"contentType": "directory"
},
{
"name": ".yarn/releases",
"path": ".yarn/releases",
"contentType": "directory",
"hasSimplifiedPath": true
},
{
"name": "benchmarks",
"path": "benchmarks",
"contentType": "directory"
},
{
"name": "deprecated-packages",
"path": "deprecated-packages",
"contentType": "directory"
},
{
"name": "docs",
"path": "docs",
"contentType": "directory"
},
{
"name": "e2e-tests",
"path": "e2e-tests",
"contentType": "directory"
},
{
"name": "examples",
"path": "examples",
"contentType": "directory"
},
{
"name": "integration-tests",
"path": "integration-tests",
"contentType": "directory"
},
{
"name": "packages",
"path": "packages",
"contentType": "directory"
},
{
"name": "peril",
"path": "peril",
"contentType": "directory"
},
{
"name": "scripts",
"path": "scripts",
"contentType": "directory"
},
{
"name": "starters",
"path": "starters",
"contentType": "directory"
},
{
"name": "types/gatsby-monorepo",
"path": "types/gatsby-monorepo",
"contentType": "directory",
"hasSimplifiedPath": true
},
{
"name": ".babelrc.js",
"path": ".babelrc.js",
"contentType": "file"
},
{
"name": ".dockerignore",
"path": ".dockerignore",
"contentType": "file"
},
{
"name": ".editorconfig",
"path": ".editorconfig",
"contentType": "file"
},
{
"name": ".eslintignore",
"path": ".eslintignore",
"contentType": "file"
},
{
"name": ".eslintrc.js",
"path": ".eslintrc.js",
"contentType": "file"
},
{
"name": ".gitattributes",
"path": ".gitattributes",
"contentType": "file"
},
{
"name": ".gitignore",
"path": ".gitignore",
"contentType": "file"
},
{
"name": ".gitpod.Dockerfile",
"path": ".gitpod.Dockerfile",
"contentType": "file"
},
{
"name": ".gitpod.yml",
"path": ".gitpod.yml",
"contentType": "file"
},
{
"name": ".jestSetup.js",
"path": ".jestSetup.js",
"contentType": "file"
},
{
"name": ".npmignore",
"path": ".npmignore",
"contentType": "file"
},
{
"name": ".nvmrc",
"path": ".nvmrc",
"contentType": "file"
},
{
"name": ".prettierignore",
"path": ".prettierignore",
"contentType": "file"
},
{
"name": ".prettierrc.js",
"path": ".prettierrc.js",
"contentType": "file"
},
{
"name": ".yarnrc",
"path": ".yarnrc",
"contentType": "file"
},
{
"name": "CHANGELOG.md",
"path": "CHANGELOG.md",
"contentType": "file"
},
{
"name": "CODEOWNERS",
"path": "CODEOWNERS",
"contentType": "file"
},
{
"name": "CODE_OF_CONDUCT.md",
"path": "CODE_OF_CONDUCT.md",
"contentType": "file"
},
{
"name": "CONTRIBUTING.md",
"path": "CONTRIBUTING.md",
"contentType": "file"
},
{
"name": "GOVERNANCE.md",
"path": "GOVERNANCE.md",
"contentType": "file"
},
{
"name": "LICENSE",
"path": "LICENSE",
"contentType": "file"
},
{
"name": "README.md",
"path": "README.md",
"contentType": "file"
},
{
"name": "SECURITY.md",
"path": "SECURITY.md",
"contentType": "file"
},
{
"name": "jest-transformer.js",
"path": "jest-transformer.js",
"contentType": "file"
},
{
"name": "jest.config.js",
"path": "jest.config.js",
"contentType": "file"
},
{
"name": "jest.environment.ts",
"path": "jest.environment.ts",
"contentType": "file"
},
{
"name": "lerna.json",
"path": "lerna.json",
"contentType": "file"
},
{
"name": "markdown.config.js",
"path": "markdown.config.js",
"contentType": "file"
},
{
"name": "package.json",
"path": "package.json",
"contentType": "file"
},
{
"name": "peril.settings.json",
"path": "peril.settings.json",
"contentType": "file"
},
{
"name": "renovate.json5",
"path": "renovate.json5",
"contentType": "file"
},
{
"name": "tsconfig.json",
"path": "tsconfig.json",
"contentType": "file"
},
{
"name": "yarn.lock",
"path": "yarn.lock",
"contentType": "file"
}
],
"templateDirectorySuggestionUrl": null,
"readme": null,
"totalCount": 47,
"showBranchInfobar": false
},
"fileTree": null,
"fileTreeProcessingTime": null,
"foldersToFetch": [],
"treeExpanded": false,
"symbolsExpanded": false,
"isOverview": true,
"overview": {
"banners": {
"shouldRecommendReadme": false,
"isPersonalRepo": false,
"showUseActionBanner": false,
"actionSlug": null,
"actionId": null,
"showProtectBranchBanner": false,
"publishBannersInfo": {
"dismissActionNoticePath": "/settings/dismiss-notice/publish_action_from_repo",
"releasePath": "/gatsbyjs/gatsby/releases/new?marketplace=true",
"showPublishActionBanner": false
},
"interactionLimitBanner": null,
"showInvitationBanner": false,
"inviterName": null
},
"codeButton": {
"contactPath": "/contact",
"isEnterprise": false,
"local": {
"protocolInfo": {
"httpAvailable": true,
"sshAvailable": null,
"httpUrl": "https://github.com/gatsbyjs/gatsby.git",
"showCloneWarning": null,
"sshUrl": null,
"sshCertificatesRequired": null,
"sshCertificatesAvailable": null,
"ghCliUrl": "gh repo clone gatsbyjs/gatsby",
"defaultProtocol": "http",
"newSshKeyUrl": "/settings/ssh/new",
"setProtocolPath": "/users/set_protocol"
},
"platformInfo": {
"cloneUrl": "https://desktop.github.com",
"showVisualStudioCloneButton": false,
"visualStudioCloneUrl": "https://windows.github.com",
"showXcodeCloneButton": false,
"xcodeCloneUrl": "https://developer.apple.com",
"zipballUrl": "/gatsbyjs/gatsby/archive/refs/heads/master.zip"
}
},
"newCodespacePath": "/codespaces/new?hide_repo_select=true&repo=36040894"
},
"popovers": {
"rename": null,
"renamedParentRepo": null
},
"commitCount": "21,669",
"overviewFiles": [
{
"displayName": "README.md",
"repoName": "gatsby",
"refName": "master",
"path": "README.md",
"preferredFileType": "readme",
"tabName": "README",
"richText": "<article class=\"markdown-body entry-content container-lg\" itemprop=\"text\"><p align=\"center\" dir=\"auto\">\n <a href=\"https://www.gatsbyjs.com\" rel=\"nofollow\">\n <img alt=\"Gatsby\" src=\"https://camo.githubusercontent.com/46315a3fc266b1e0535e8e9b00e9cbded7a291b4571d59fc7c4061fe80514bcf/68747470733a2f2f7777772e6761747362796a732e636f6d2f4761747362792d4d6f6e6f6772616d2e737667\" width=\"60\" data-canonical-src=\"https://www.gatsbyjs.com/Gatsby-Monogram.svg\" style=\"max-width: 100%;\">\n </a>\n</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h1 align=\"center\" tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">\n Gatsby\n</h1><a id=\"user-content---gatsby\" class=\"anchor\" aria-label=\"Permalink: \n Gatsby\n\" href=\"#--gatsby\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p align=\"center\" dir=\"auto\">\n <strong>\n The future of web development is here.\n </strong>\n</p>\n<p align=\"center\" dir=\"auto\">\n Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps. <br> It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities.\n</p>\n<p align=\"center\" dir=\"auto\">\n <a href=\"https://github.com/gatsbyjs/gatsby/blob/master/LICENSE\">\n <img src=\"https://camo.githubusercontent.com/2bb6ac78e5a9f4f688a6a066cc71b62012101802fcdb478e6e4c6b6ec75dc694/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667\" alt=\"Gatsby is released under the MIT license.\" data-canonical-src=\"https://img.shields.io/badge/license-MIT-blue.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://circleci.com/gh/gatsbyjs/gatsby\" rel=\"nofollow\">\n <img src=\"https://camo.githubusercontent.com/4e92c261f6dc17cfb2add3692db751dee7f9793fe78eab8a9034a2dac054d06e/68747470733a2f2f636972636c6563692e636f6d2f67682f6761747362796a732f6761747362792e7376673f7374796c653d736869656c64\" alt=\"Current CircleCI build status.\" data-canonical-src=\"https://circleci.com/gh/gatsbyjs/gatsby.svg?style=shield\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://www.npmjs.com/package/gatsby\" rel=\"nofollow\">\n <img src=\"https://camo.githubusercontent.com/e58f0e6cd4f936ad4e993b0ef20df2ce27f452230c96d50803f4f7e2661fdd83/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f6761747362792e737667\" alt=\"Current npm package version.\" data-canonical-src=\"https://img.shields.io/npm/v/gatsby.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://npmcharts.com/compare/gatsby?minimal=true\" rel=\"nofollow\">\n <img src=\"https://camo.githubusercontent.com/2a4e33335dfea1576cb840e647fab5c43f59dccfea1c125c6cdb6892dea703f7/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f646d2f6761747362792e737667\" alt=\"Downloads per month on npm.\" data-canonical-src=\"https://img.shields.io/npm/dm/gatsby.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://npmcharts.com/compare/gatsby?minimal=true\" rel=\"nofollow\">\n <img src=\"https://camo.githubusercontent.com/9048380a22cd4f2bca2091b320f8a8f79c769a326025727cbfe8f4075ccbd3a8/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f64742f6761747362792e737667\" alt=\"Total downloads on npm.\" data-canonical-src=\"https://img.shields.io/npm/dt/gatsby.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://gatsbyjs.com/contributing/how-to-contribute/\" rel=\"nofollow\">\n <img src=\"https://camo.githubusercontent.com/7f745fb7dd2a22f68fe03adcdb977963ada4c8265675e572c629b29b9b34af2b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667\" alt=\"PRs welcome!\" data-canonical-src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" style=\"max-width: 100%;\">\n </a>\n <a href=\"https://twitter.com/intent/follow?screen_name=gatsbyjs\" rel=\"nofollow\">\n <img src=\"https://camo.githubusercontent.com/fd7b2124bf636d7fc0a4b33d447963682369577c2555c6803a1636cd344ed986/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6761747362796a732e7376673f6c6162656c3d466f6c6c6f77253230406761747362796a73\" alt=\"Follow @GatsbyJS\" data-canonical-src=\"https://img.shields.io/twitter/follow/gatsbyjs.svg?label=Follow%20@gatsbyjs\" style=\"max-width: 100%;\">\n </a>\n</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 align=\"center\" tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">\n <a href=\"https://www.gatsbyjs.com/docs/quick-start/\" rel=\"nofollow\">Quickstart</a>\n <span> · </span>\n <a href=\"https://www.gatsbyjs.com/docs/tutorial/getting-started/\" rel=\"nofollow\">Tutorial</a>\n <span> · </span>\n <a href=\"https://www.gatsbyjs.com/plugins/\" rel=\"nofollow\">Plugins</a>\n <span> · </span>\n <a href=\"https://www.gatsbyjs.com/starters/\" rel=\"nofollow\">Starters</a>\n <span> · </span>\n <a href=\"https://www.gatsbyjs.com/showcase/\" rel=\"nofollow\">Showcase</a>\n <span> · </span>\n <a href=\"https://www.gatsbyjs.com/contributing/how-to-contribute/\" rel=\"nofollow\">Contribute</a>\n <br>\n Support: <a href=\"https://twitter.com/AskGatsbyJS\" rel=\"nofollow\">Twitter</a>, <a href=\"https://github.com/gatsbyjs/gatsby/discussions\">Discussions</a>\n <span> &amp; </span>\n <a href=\"https://gatsby.dev/discord\" rel=\"nofollow\">Discord</a>\n</h2><a id=\"user-content---quickstart------tutorial------plugins------starters------showcase------contribute----support-twitter-discussions------discord\" class=\"anchor\" aria-label=\"Permalink: Quickstart · Tutorial · Plugins · Starters · Showcase · Contribute\n Support: Twitter, Discussions &amp; Discord\" href=\"#--quickstart------tutorial------plugins------starters------showcase------contribute----support-twitter-discussions------discord\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.</p>\n<ul dir=\"auto\">\n<li>\n<p dir=\"auto\"><strong>Load Data From Anywhere.</strong> Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Go Beyond Static Websites.</strong> Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Choose your Rendering Options.</strong> You can choose alternative <a href=\"https://gatsbyjs.com/docs/conceptual/rendering-options/\" rel=\"nofollow\">rendering options</a>, namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Performance Is Baked In.</strong> Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Use a Modern Stack for Every Site.</strong> No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Host at Scale for Pennies.</strong> Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on <a href=\"https://www.gatsbyjs.com/cloud/\" rel=\"nofollow\">Gatsby Cloud</a> and other similar services.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Use Gatsby's Centralized Data Layer Everywhere.</strong> With Gatsby's <a href=\"https://www.gatsbyjs.com/products/valhalla-content-hub/\" rel=\"nofollow\">Valhalla Content Hub</a> you can bring Gatsby's data layer to any project. Making it accessible via a unified GraphQL API for building content sites, eCommerce platforms, and both native and web applications.</p>\n</li>\n</ul>\n<p dir=\"auto\"><a href=\"https://www.gatsbyjs.com/docs/\" rel=\"nofollow\"><strong>Learn how to use Gatsby for your next project.</strong></a></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">🚀 Ship your first Gatsby site in 5 Minutes</h2><a id=\"user-content--ship-your-first-gatsby-site-in-5-minutes\" class=\"anchor\" aria-label=\"Permalink: 🚀 Ship your first Gatsby site in 5 Minutes\" href=\"#-ship-your-first-gatsby-site-in-5-minutes\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Gatsby Cloud.</p>\n<p dir=\"auto\"><a href=\"https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&amp;utm_source=github&amp;utm_medium=link&amp;utm_campaign=onboarding&amp;utm_content=oss\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/6063707f9e6e7c12c52f35ba48036b963a8b74c9d39192d86e3025256981fb28/68747470733a2f2f7777772e6761747362796a732e636f6d2f6465706c6f796e6f772e737667\" alt=\"Deploy to Gatsby Cloud\" data-canonical-src=\"https://www.gatsbyjs.com/deploynow.svg\" style=\"max-width: 100%;\"></a></p>\n<p dir=\"auto\">At the end of this process, you'll have</p>\n<ol dir=\"auto\">\n<li>a site working on Gatsby Cloud</li>\n<li>a new repository that is linked to that new site</li>\n<li>as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!</li>\n</ol>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">💻 Get started with Gatsby locally in 5 Minutes</h2><a id=\"user-content--get-started-with-gatsby-locally-in-5-minutes\" class=\"anchor\" aria-label=\"Permalink: 💻 Get started with Gatsby locally in 5 Minutes\" href=\"#-get-started-with-gatsby-locally-in-5-minutes\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:</p>\n<ol dir=\"auto\">\n<li>\n<p dir=\"auto\"><strong>Initialize a new project.</strong></p>\n<div class=\"highlight highlight-source-shell notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"npm init gatsby\"><pre>npm init gatsby</pre></div>\n<p dir=\"auto\">Give it the name \"My Gatsby Site\".</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>Start the site in <code>develop</code> mode.</strong></p>\n<p dir=\"auto\">Next, move into your new site’s directory and start it up:</p>\n<div class=\"highlight highlight-source-shell notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"cd my-gatsby-site/\nnpm run develop\"><pre><span class=\"pl-c1\">cd</span> my-gatsby-site/\nnpm run develop</pre></div>\n</li>\n<li>\n<p dir=\"auto\"><strong>Open the source code and start editing!</strong></p>\n<p dir=\"auto\">Your site is now running at <code>http://localhost:8000</code>. Open the <code>my-gatsby-site</code> directory in your code editor of choice and edit <code>src/pages/index.js</code>. Save your changes, and the browser will update in real time!</p>\n</li>\n</ol>\n<p dir=\"auto\">At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our <a href=\"https://gatsbyjs.com/plugins/\" rel=\"nofollow\">plugins</a> and <a href=\"https://www.gatsbyjs.com/docs/tutorial/getting-started/\" rel=\"nofollow\">the official tutorial</a>.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">🎓 Learning Gatsby</h2><a id=\"user-content--learning-gatsby\" class=\"anchor\" aria-label=\"Permalink: 🎓 Learning Gatsby\" href=\"#-learning-gatsby\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Full documentation for Gatsby lives <a href=\"https://www.gatsbyjs.com/\" rel=\"nofollow\">on the website</a>.</p>\n<ul dir=\"auto\">\n<li>\n<p dir=\"auto\"><strong>For most developers, we recommend starting with our <a href=\"https://www.gatsbyjs.com/docs/tutorial/getting-started/\" rel=\"nofollow\">in-depth tutorial for creating a site with Gatsby</a>.</strong> It starts with zero assumptions about your level of ability and walks through every step of the process.</p>\n</li>\n<li>\n<p dir=\"auto\"><strong>To dive straight into code samples head <a href=\"https://www.gatsbyjs.com/docs/\" rel=\"nofollow\">to our documentation</a>.</strong> In particular, check out the “<i>How-to Guides</i>”, “<i>Reference</i>”, and “<i>Conceptual Guides</i>” sections in the sidebar.</p>\n</li>\n</ul>\n<p dir=\"auto\">We welcome suggestions for improving our docs. See the <a href=\"https://www.gatsbyjs.com/contributing/how-to-contribute/\" rel=\"nofollow\">“how to contribute”</a> documentation for more details.</p>\n<p dir=\"auto\"><strong>Start Learning Gatsby: <a href=\"https://www.gatsbyjs.com/docs/tutorial/getting-started/\" rel=\"nofollow\">Follow the Tutorial</a> · <a href=\"https://www.gatsbyjs.com/docs/\" rel=\"nofollow\">Read the Docs</a></strong></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">🚢 Release Notes</h2><a id=\"user-content--release-notes\" class=\"anchor\" aria-label=\"Permalink: 🚢 Release Notes\" href=\"#-release-notes\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Wondering what we've shipped recently? Check out our <a href=\"https://www.gatsbyjs.com/docs/reference/release-notes\" rel=\"nofollow\">release notes</a> for key highlights, performance improvements, new features, and notable bugfixes.</p>\n<p dir=\"auto\">Also, read our <a href=\"https://www.gatsbyjs.com/docs/reference/release-notes/gatsby-version-support/\" rel=\"nofollow\">documentation on version support</a> to understand our plans for each version of Gatsby.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">💼 Migration Guides</h2><a id=\"user-content--migration-guides\" class=\"anchor\" aria-label=\"Permalink: 💼 Migration Guides\" href=\"#-migration-guides\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v5 to your site without starting from scratch!</p>\n<ul dir=\"auto\">\n<li><a href=\"https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v4-to-v5/\" rel=\"nofollow\">Migrate from v4 to v5</a></li>\n<li><a href=\"https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/\" rel=\"nofollow\">Migrate from v3 to v4</a></li>\n<li><a href=\"https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/\" rel=\"nofollow\">Migrate from v2 to v3</a></li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">❗ Code of Conduct</h2><a id=\"user-content--code-of-conduct\" class=\"anchor\" aria-label=\"Permalink: ❗ Code of Conduct\" href=\"#-code-of-conduct\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our <a href=\"https://www.gatsbyjs.com/contributing/code-of-conduct/\" rel=\"nofollow\"><strong>Code of Conduct</strong></a>. Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">🤝 How to Contribute</h2><a id=\"user-content--how-to-contribute\" class=\"anchor\" aria-label=\"Permalink: 🤝 How to Contribute\" href=\"#-how-to-contribute\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!</p>\n<p dir=\"auto\">Check out our <a href=\"https://www.gatsbyjs.com/contributing/how-to-contribute/\" rel=\"nofollow\"><strong>Contributing Guide</strong></a> for ideas on contributing and setup steps for getting our repositories up and running on your local machine.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">A note on how this repository is organized</h3><a id=\"user-content-a-note-on-how-this-repository-is-organized\" class=\"anchor\" aria-label=\"Permalink: A note on how this repository is organized\" href=\"#a-note-on-how-this-repository-is-organized\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">This repository is a <a href=\"https://trunkbaseddevelopment.com/monorepos/\" rel=\"nofollow\">monorepo</a> managed using <a href=\"https://github.com/lerna/lerna\">Lerna</a>. This means there are <a href=\"https://github.com/gatsbyjs/gatsby/tree/master/packages\">multiple packages</a> managed in this codebase, even though we publish them to NPM as separate packages.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">📝 License</h2><a id=\"user-content--license\" class=\"anchor\" aria-label=\"Permalink: 📝 License\" href=\"#-license\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Licensed under the <a href=\"/gatsbyjs/gatsby/blob/master/LICENSE\">MIT License</a>.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">💜 Thanks</h2><a id=\"user-content--thanks\" class=\"anchor\" aria-label=\"Permalink: 💜 Thanks\" href=\"#-thanks\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Thanks go out to all our many contributors creating plugins, starters, videos, and blog posts. And a special appreciation for our community members helping with issues and PRs, or answering questions on Discord and GitHub Discussions.</p>\n<p dir=\"auto\">A big part of what makes Gatsby great is each and every one of you in the community. Your contributions enrich the Gatsby experience and make it better every day.</p>\n</article>",
"loaded": true,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": [
{
"level": 1,
"text": "\n Gatsby\n",
"anchor": "--gatsby",
"htmlText": "\n Gatsby\n"
},
{
"level": 2,
"text": "Quickstart · Tutorial · Plugins · Starters · Showcase · Contribute\n Support: Twitter, Discussions & Discord",
"anchor": "--quickstart------tutorial------plugins------starters------showcase------contribute----support-twitter-discussions------discord",
"htmlText": "Quickstart · Tutorial · Plugins · Starters · Showcase · Contribute\n Support: Twitter, Discussions &amp; Discord"
},
{
"level": 2,
"text": "🚀 Ship your first Gatsby site in 5 Minutes",
"anchor": "-ship-your-first-gatsby-site-in-5-minutes",
"htmlText": "🚀 Ship your first Gatsby site in 5 Minutes"
},
{
"level": 2,
"text": "💻 Get started with Gatsby locally in 5 Minutes",
"anchor": "-get-started-with-gatsby-locally-in-5-minutes",
"htmlText": "💻 Get started with Gatsby locally in 5 Minutes"
},
{
"level": 2,
"text": "🎓 Learning Gatsby",
"anchor": "-learning-gatsby",
"htmlText": "🎓 Learning Gatsby"
},
{
"level": 2,
"text": "🚢 Release Notes",
"anchor": "-release-notes",
"htmlText": "🚢 Release Notes"
},
{
"level": 2,
"text": "💼 Migration Guides",
"anchor": "-migration-guides",
"htmlText": "💼 Migration Guides"
},
{
"level": 2,
"text": "❗ Code of Conduct",
"anchor": "-code-of-conduct",
"htmlText": "❗ Code of Conduct"
},
{
"level": 2,
"text": "🤝 How to Contribute",
"anchor": "-how-to-contribute",
"htmlText": "🤝 How to Contribute"
},
{
"level": 3,
"text": "A note on how this repository is organized",
"anchor": "a-note-on-how-this-repository-is-organized",
"htmlText": "A note on how this repository is organized"
},
{
"level": 2,
"text": "📝 License",
"anchor": "-license",
"htmlText": "📝 License"
},
{
"level": 2,
"text": "💜 Thanks",
"anchor": "-thanks",
"htmlText": "💜 Thanks"
}
],
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fgatsbyjs%2Fgatsby"
}
},
{
"displayName": "CODE_OF_CONDUCT.md",
"repoName": "gatsby",
"refName": "master",
"path": "CODE_OF_CONDUCT.md",
"preferredFileType": "code_of_conduct",
"tabName": "Code of conduct",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fgatsbyjs%2Fgatsby"
}
},
{
"displayName": "LICENSE",
"repoName": "gatsby",
"refName": "master",
"path": "LICENSE",
"preferredFileType": "license",
"tabName": "MIT",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fgatsbyjs%2Fgatsby"
}
},
{
"displayName": "SECURITY.md",
"repoName": "gatsby",
"refName": "master",
"path": "SECURITY.md",
"preferredFileType": "security",
"tabName": "Security",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2Fgatsbyjs%2Fgatsby"
}
}
],
"overviewFilesProcessingTime": 0
}
},
"appPayload": {
"helpUrl": "https://docs.github.com",
"findFileWorkerPath": "/assets-cdn/worker/find-file-worker-1583894afd38.js",
"findInFileWorkerPath": "/assets-cdn/worker/find-in-file-worker-3a63a487027b.js",
"githubDevUrl": null,
"enabled_features": {
"code_nav_ui_events": false,
"overview_shared_code_dropdown_button": false,
"react_blob_overlay": false,
"copilot_conversational_ux_embedding_update": false,
"copilot_smell_icebreaker_ux": true,
"copilot_workspace": false
}
}
}
}
{
"accept-ranges": "bytes",
"cache-control": "max-age=0, private, must-revalidate",
"content-encoding": "gzip",
"content-security-policy": "default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com api.githubcopilot.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com/v1/engines/github-completion/completions proxy.enterprise.githubcopilot.com/v1/engines/github-completion/completions *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/",
"content-type": "text/html; charset=utf-8",
"date": "Sat, 27 Jul 2024 08:58:36 GMT",
"etag": "3b00ae0805317ae84457ae31b68cdb80",
"referrer-policy": "no-referrer-when-downgrade",
"server": "GitHub.com",
"set-cookie": "logged_in=no; Path=/; Domain=github.com; Expires=Sun, 27 Jul 2025 08:58:36 GMT; HttpOnly; Secure; SameSite=Lax",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-request-id": "BEE4:1818:165249:1C5ACB:66A4B6BC",
"x-xss-protection": "0"
}