Skip to content

Commit

Permalink
chore: update siteUrs from netlify.com -> netlify.app (gatsbyjs#23808)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <[email protected]>
Co-authored-by: Ward Peeters <[email protected]>
  • Loading branch information
3 people authored May 29, 2020
1 parent e579ba7 commit 9834440
Show file tree
Hide file tree
Showing 11 changed files with 89 additions and 89 deletions.
44 changes: 22 additions & 22 deletions benchmarks/markdown_id/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ module.exports = {
title: `Gatsby MD Benchmark Blog`,
author: `Myle Kathews`,
description: `The MD starter blog turned into a benchmark`,
siteUrl: `https://gatsby-starter-blog-demo.netlify.com/`,
siteUrl: `https://gatsby-starter-blog-demo.netlify.app/`,
social: {
twitter: `gatsbyjs`,
},
twitter: `gatsbyjs`
}
},
plugins: [
`gatsby-plugin-benchmark-reporting`,
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/markdown-pages`,
name: `blog`,
},
name: `blog`
}
},
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/content/assets`,
name: `assets`,
},
name: `assets`
}
},
{
resolve: `gatsby-transformer-remark`,
Expand All @@ -31,28 +31,28 @@ module.exports = {
{
resolve: `gatsby-remark-images`,
options: {
maxWidth: 590,
},
maxWidth: 590
}
},
{
resolve: `gatsby-remark-responsive-iframe`,
options: {
wrapperStyle: `margin-bottom: 1.0725rem`,
},
wrapperStyle: `margin-bottom: 1.0725rem`
}
},
`gatsby-remark-prismjs`,
`gatsby-remark-copy-linked-files`,
`gatsby-remark-smartypants`,
],
},
`gatsby-remark-smartypants`
]
}
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: `do-not-track`,
},
trackingId: `do-not-track`
}
},
{
resolve: `gatsby-plugin-manifest`,
Expand All @@ -63,16 +63,16 @@ module.exports = {
background_color: `#ffffff`,
theme_color: `#663399`,
display: `minimal-ui`,
icon: `content/assets/gatsby-icon.png`,
},
icon: `content/assets/gatsby-icon.png`
}
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-typography`,
options: {
pathToConfigModule: `src/utils/typography`,
},
},
],
pathToConfigModule: `src/utils/typography`
}
}
]
}
44 changes: 22 additions & 22 deletions benchmarks/markdown_slug/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ module.exports = {
title: `Gatsby MD Benchmark Blog`,
author: `Myle Kathews`,
description: `The MD starter blog turned into a benchmark`,
siteUrl: `https://gatsby-starter-blog-demo.netlify.com/`,
siteUrl: `https://gatsby-starter-blog-demo.netlify.app/`,
social: {
twitter: `gatsbyjs`,
},
twitter: `gatsbyjs`
}
},
plugins: [
`gatsby-plugin-benchmark-reporting`,
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/markdown-pages`,
name: `blog`,
},
name: `blog`
}
},
{
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/content/assets`,
name: `assets`,
},
name: `assets`
}
},
{
resolve: `gatsby-transformer-remark`,
Expand All @@ -31,28 +31,28 @@ module.exports = {
{
resolve: `gatsby-remark-images`,
options: {
maxWidth: 590,
},
maxWidth: 590
}
},
{
resolve: `gatsby-remark-responsive-iframe`,
options: {
wrapperStyle: `margin-bottom: 1.0725rem`,
},
wrapperStyle: `margin-bottom: 1.0725rem`
}
},
`gatsby-remark-prismjs`,
`gatsby-remark-copy-linked-files`,
`gatsby-remark-smartypants`,
],
},
`gatsby-remark-smartypants`
]
}
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: `do-not-track`,
},
trackingId: `do-not-track`
}
},
{
resolve: `gatsby-plugin-manifest`,
Expand All @@ -63,16 +63,16 @@ module.exports = {
background_color: `#ffffff`,
theme_color: `#663399`,
display: `minimal-ui`,
icon: `content/assets/gatsby-icon.png`,
},
icon: `content/assets/gatsby-icon.png`
}
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-typography`,
options: {
pathToConfigModule: `src/utils/typography`,
},
},
],
pathToConfigModule: `src/utils/typography`
}
}
]
}
2 changes: 1 addition & 1 deletion docs/blog/2018-1-18-strapi-and-gatsby/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ _Important links from Video:_
- [Strapi Official Website](https://strapi.io/)
- [Gatsby JS Official Website](/)
- [Gatsby JS Starters](/starters/?v=2)
- [Gatsby JS Default Starter Demo](https://gatsby-starter-default-demo.netlify.com/)
- [Gatsby JS Default Starter Demo](https://gatsby-starter-default-demo.netlify.app/)

### 2. Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/gatsby-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ gatsby > siteConfig.siteMetadata
{ title: 'Gatsby Starter Blog',
author: 'Kyle Mathews',
description: 'A starter blog demonstrating what Gatsby can do.',
siteUrl: 'https://gatsby-starter-blog-demo.netlify.com/',
siteUrl: 'https://gatsby-starter-blog-demo.netlify.app/',
social: { twitter: 'kylemathews' } } // returns just the siteMetadata value of the config.
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Official starters are maintained by Gatsby.

| Starter | Demo/Docs | Use case | Features |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------ | ---------------------------- |
| [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default) | [Demo](https://gatsby-starter-default-demo.netlify.com/) | Appropriate for most use cases | General Gatsby site |
| [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog) | [Demo](https://gatsby-starter-blog-demo.netlify.com/) | Create a basic blog | Blog post pages and listings |
| [gatsby-starter-hello-world](https://github.com/gatsbyjs/gatsby-starter-hello-world) | [Demo](https://gatsby-starter-hello-world-demo.netlify.com/) | Learn Gatsby | Gatsby bare essentials |
| [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default) | [Demo](https://gatsby-starter-default-demo.netlify.app/) | Appropriate for most use cases | General Gatsby site |
| [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog) | [Demo](https://gatsby-starter-blog-demo.netlify.app/) | Create a basic blog | Blog post pages and listings |
| [gatsby-starter-hello-world](https://github.com/gatsbyjs/gatsby-starter-hello-world) | [Demo](https://gatsby-starter-hello-world-demo.netlify.app/) | Learn Gatsby | Gatsby bare essentials |
| [gatsby-starter-blog-theme](https://github.com/gatsbyjs/gatsby-starter-blog-theme) | [Docs](/docs/themes/getting-started/) | Blog posts and pages | Gatsby themes |
| [gatsby-starter-theme-workspace](https://github.com/gatsbyjs/gatsby-starter-theme-workspace) | [Docs](/docs/themes/building-themes/) | Building Gatsby Themes | Minimal theme workspace |

Expand Down
24 changes: 12 additions & 12 deletions docs/starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
- Password Reset
- Multi-Factor Authentication
- Styling with Bootstrap and Sass
- url: https://gatsby-starter-blog-demo.netlify.com/
- url: https://gatsby-starter-blog-demo.netlify.app/
repo: https://github.com/gatsbyjs/gatsby-starter-blog
description: official blog
tags:
Expand All @@ -138,7 +138,7 @@
- Includes plugins for easy, beautiful typography
- Includes React Helmet to allow editing site meta tags
- Includes plugins for offline support out of the box
- url: https://gatsby-starter-default-demo.netlify.com/
- url: https://gatsby-starter-default-demo.netlify.app/
repo: https://github.com/gatsbyjs/gatsby-starter-default
description: official default
tags:
Expand Down Expand Up @@ -583,7 +583,7 @@
features:
- Barebones configuration for using the Grommet design system
- Uses Sass (with CSS modules support)
- url: https://gatsby-starter-hello-world-demo.netlify.com/
- url: https://gatsby-starter-hello-world-demo.netlify.app/
repo: https://github.com/gatsbyjs/gatsby-starter-hello-world
description: official hello world
tags:
Expand Down Expand Up @@ -679,7 +679,7 @@
- Write your blog posts in MDX
- Offline Support, WebApp Manifest, SEO
- Code highlighting (with prism-react-renderer) and live preview (with react-live)
- url: https://gatsby-starter-modern-demo.netlify.com/
- url: https://gatsby-starter-modern-demo.netlify.app/
repo: https://github.com/kripod/gatsby-starter-modern
description: no description yet
tags:
Expand Down Expand Up @@ -1703,7 +1703,7 @@
- Portfolio Page
- Timline (Journey) page
- Minimal
- url: https://gatsby-starter-blog-mdx-demo.netlify.com
- url: https://gatsby-starter-blog-mdx-demo.netlify.app
repo: https://github.com/hagnerd/gatsby-starter-blog-mdx
description: A fork of the Official Gatsby Starter Blog with support for MDX out of the box.
tags:
Expand All @@ -1713,7 +1713,7 @@
- MDX
- Blog
- RSS Feed
- url: https://gatsby-tailwindcss-sass-starter-demo.netlify.com/
- url: https://gatsby-tailwindcss-sass-starter-demo.netlify.app/
repo: https://github.com/durianstack/gatsby-tailwindcss-sass-starter
description: Just another Gatsby Tailwind with SASS starter
tags:
Expand Down Expand Up @@ -4290,7 +4290,7 @@
- Mobile friendly responsive design made to be customized or leave as is
- Separate components for everything
- ...and more
- url: https://gatsby-tailwind-emotion-starter-demo.netlify.com/
- url: https://gatsby-tailwind-emotion-starter-demo.netlify.app/
repo: https://github.com/pauloelias/gatsby-tailwind-emotion-starter
description: Gatsby starter using the latest Tailwind CSS and Emotion.
tags:
Expand Down Expand Up @@ -4585,7 +4585,7 @@
- TSLint
- Tailwind CSS v1
- PostCSS + PurgeCSS
- url: https://gatsby-starter-blog-tailwindcss-demo.netlify.com/
- url: https://gatsby-starter-blog-tailwindcss-demo.netlify.app/
repo: https://github.com/andrezzoid/gatsby-starter-blog-tailwindcss
description: Gatsby blog starter with TailwindCSS
tags:
Expand Down Expand Up @@ -4621,7 +4621,7 @@
- Extendable
- Feature filters
- Performant
- url: https://gatsby-theme-phoenix-demo.netlify.com
- url: https://gatsby-theme-phoenix-demo.netlify.app
repo: https://github.com/arshad/gatsby-theme-phoenix
description: A personal blogging and portfolio theme for Gatsby with great typography and dark mode.
tags:
Expand Down Expand Up @@ -4823,7 +4823,7 @@
- ESLint(Airbnb) for linting
- Prettier code formatting
- gh-pages for deploying to GitHub Pages
- url: https://gatsby-starter-boilerplatev-kontent-demo.netlify.com/
- url: https://gatsby-starter-boilerplatev-kontent-demo.netlify.app/
repo: https://github.com/viperfx07/gatsby-starter-boilerplatev-kontent
description: A Gatsby starter using BoilerplateV for Kentico Kontent.
tags:
Expand Down Expand Up @@ -5551,7 +5551,7 @@
- Light and Dark themes based on CSS variables (persisted state)
- Font Awesome
- Normalize.css
- url: https://gatsby-notion-demo.netlify.com/
- url: https://gatsby-notion-demo.netlify.app/
repo: https://github.com/conradlin/gatsby-starter-strata-notion
description: Gatsby starter utilizing Notion as a CMS based on strata site template
tags:
Expand Down Expand Up @@ -5598,7 +5598,7 @@
- Tailwind CSS and SCSS for styling
- Typescript for easier debugging and development, strict types, etc
- Netlify for hosting
- url: https://gatsby-simple-blog-with-asciidoctor-demo.netlify.com
- url: https://gatsby-simple-blog-with-asciidoctor-demo.netlify.app
repo: https://github.com/hitsuji-no-shippo/gatsby-simple-blog-with-asciidoctor
description: A Gatsby blog with Asciidoctor. Forked from thundermiracle/gatsby-simple-blog.
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/part-eight/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Lighthouse is a great tool for site improvements and learning -- Continue lookin

1. [Gatsby's Default Starter](https://github.com/gatsbyjs/gatsby-starter-default): Kick off your project with this default boilerplate. This barebones starter ships with the main Gatsby configuration files you might need. _[working example](https://gatsbyjs.github.io/gatsby-starter-default/)_
2. [Gatsby's Blog Starter](https://github.com/gatsbyjs/gatsby-starter-blog): Gatsby starter for creating an awesome and blazing-fast blog. _[working example](https://gatsbyjs.github.io/gatsby-starter-blog/)_
3. [Gatsby's Hello-World Starter](https://github.com/gatsbyjs/gatsby-starter-hello-world): Gatsby Starter with the bare essentials needed for a Gatsby site. _[working example](https://gatsby-starter-hello-world-demo.netlify.com/)_
3. [Gatsby's Hello-World Starter](https://github.com/gatsbyjs/gatsby-starter-hello-world): Gatsby Starter with the bare essentials needed for a Gatsby site. _[working example](https://gatsby-starter-hello-world-demo.netlify.app/)_

## That's all, folks

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/development-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Gatsby's default starter
</h1>

Kick off your project with this default boilerplate ([live demo](https://gatsby-starter-default-demo.netlify.com/)). This barebones starter ships with the main Gatsby configuration files you might need.
Kick off your project with this default boilerplate ([live demo](https://gatsby-starter-default-demo.netlify.app/)). This barebones starter ships with the main Gatsby configuration files you might need.

_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._

Expand Down
2 changes: 1 addition & 1 deletion markdown.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
.map(name => {
const starter = starters[name]
return `
|[${name}](https://github.com/gatsbyjs/gatsby-starter-${name})|[gatsby-starter-${name}-demo.netlify.com](https://gatsby-starter-${name}-demo.netlify.com/)|${starter.description}|
|[${name}](https://github.com/gatsbyjs/gatsby-starter-${name})|[gatsby-starter-${name}-demo.netlify.app](https://gatsby-starter-${name}-demo.netlify.app/)|${starter.description}|
`.trim()
})
.join(`\n`)}
Expand Down
6 changes: 3 additions & 3 deletions starters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ A starter is a simplified example to get up and running with Gatsby quickly and

| Name | Demo | Description |
| :-------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [blog](https://github.com/gatsbyjs/gatsby-starter-blog) | [gatsby-starter-blog-demo.netlify.com](https://gatsby-starter-blog-demo.netlify.com/) | A starter for a blog powered by Gatsby and Markdown |
| [default](https://github.com/gatsbyjs/gatsby-starter-default) | [gatsby-starter-default-demo.netlify.com](https://gatsby-starter-default-demo.netlify.com/) | A simple starter to get up and developing quickly with Gatsby |
| [hello-world](https://github.com/gatsbyjs/gatsby-starter-hello-world) | [gatsby-starter-hello-world-demo.netlify.com](https://gatsby-starter-hello-world-demo.netlify.com/) | A simplified bare-bones starter for Gatsby |
| [blog](https://github.com/gatsbyjs/gatsby-starter-blog) | [gatsby-starter-blog-demo.netlify.app](https://gatsby-starter-blog-demo.netlify.app/) | A starter for a blog powered by Gatsby and Markdown |
| [default](https://github.com/gatsbyjs/gatsby-starter-default) | [gatsby-starter-default-demo.netlify.app](https://gatsby-starter-default-demo.netlify.app/) | A simple starter to get up and developing quickly with Gatsby |
| [hello-world](https://github.com/gatsbyjs/gatsby-starter-hello-world) | [gatsby-starter-hello-world-demo.netlify.app](https://gatsby-starter-hello-world-demo.netlify.app/) | A simplified bare-bones starter for Gatsby |

<!-- AUTO-GENERATED-CONTENT:END -->

Expand Down
Loading

0 comments on commit 9834440

Please sign in to comment.