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
Copy file name to clipboardExpand all lines: README.md
+19-17
Original file line number
Diff line number
Diff line change
@@ -62,30 +62,32 @@
62
62
63
63
Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.
64
64
65
-
-**Go Beyond Static Websites.** Get all the benefits of static websites with none of the
66
-
limitations. Gatsby sites are fully functional React apps, so you can create high-quality,
67
-
dynamic web apps, from blogs to e-commerce sites to user dashboards.
65
+
-**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.
68
66
69
-
-**Choose your Rendering Options.**You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/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.
67
+
-**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.
70
68
71
-
-**Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are
72
-
built using React and GraphQL. Build a uniform workflow for you and your team, regardless of
73
-
whether the data is coming from the same backend.
69
+
-**Choose your Rendering Options.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/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.
74
70
75
-
-**Load Data From Anywhere.** Gatsby pulls in data from any data source, whether it’s Markdown
76
-
files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins
77
-
to load your data, then develop using Gatsby’s uniform GraphQL interface.
71
+
-**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.
78
72
79
-
-**Performance Is Baked In.** Ace your performance audits by default. Gatsby automates code
and more to ensure your site is fast — no manual tuning required.
73
+
-**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.
82
74
83
-
-**Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire
84
-
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
85
-
hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
75
+
-**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](https://www.gatsbyjs.com/cloud/) and other similar services.
86
76
87
77
[**Learn how to use Gatsby for your next project.**](https://www.gatsbyjs.com/docs/)
88
78
79
+
## 🚀 Ship your first Gatsby site in 5 Minutes
80
+
81
+
Click the link below to quickly try the workflow of developing, building and deploying websites with Gatsby and Gatsby Cloud.
82
+
83
+
[<imgsrc="https://www.gatsbyjs.com/deploynow.svg"alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
84
+
85
+
At the end of this process, you'll have
86
+
87
+
1. a site working on Gatsby Cloud
88
+
2. a new repository that is linked to that new site
89
+
3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!
90
+
89
91
## What’s In This Document
90
92
91
93
-[Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
Copy file name to clipboardExpand all lines: packages/gatsby/README.md
+19-17
Original file line number
Diff line number
Diff line change
@@ -62,30 +62,32 @@
62
62
63
63
Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.
64
64
65
-
-**Go Beyond Static Websites.** Get all the benefits of static websites with none of the
66
-
limitations. Gatsby sites are fully functional React apps, so you can create high-quality,
67
-
dynamic web apps, from blogs to e-commerce sites to user dashboards.
65
+
-**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.
68
66
69
-
-**Choose your Rendering Option.**You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/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.
67
+
-**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.
70
68
71
-
-**Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are
72
-
built using React and GraphQL. Build a uniform workflow for you and your team, regardless of
73
-
whether the data is coming from the same backend.
69
+
-**Choose your Rendering Options.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/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.
74
70
75
-
-**Load Data From Anywhere.** Gatsby pulls in data from any data source, whether it’s Markdown
76
-
files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins
77
-
to load your data, then develop using Gatsby’s uniform GraphQL interface.
71
+
-**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.
78
72
79
-
-**Performance Is Baked In.** Ace your performance audits by default. Gatsby automates code
and more to ensure your site is fast — no manual tuning required.
73
+
-**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.
82
74
83
-
-**Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire
84
-
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
85
-
hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
75
+
-**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](https://www.gatsbyjs.com/cloud/) and other similar services.
86
76
87
77
[**Learn how to use Gatsby for your next project.**](https://www.gatsbyjs.com/docs/)
88
78
79
+
## 🚀 Ship your first Gatsby site in 5 Minutes
80
+
81
+
Click the link below to quickly try the workflow of developing, building and deploying websites with Gatsby and Gatsby Cloud.
82
+
83
+
[<imgsrc="https://www.gatsbyjs.com/deploynow.svg"alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
84
+
85
+
At the end of this process, you'll have
86
+
87
+
1. a site working on Gatsby Cloud
88
+
2. a new repository that is linked to that new site
89
+
3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!
90
+
89
91
## What’s In This Document
90
92
91
93
-[Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
0 commit comments