Skip to content

Commit

Permalink
chore: Add starters to README (#26943)
Browse files Browse the repository at this point in the history
Co-authored-by: Roshan Jossy <rjossy@goodgamestudios.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
4 people committed Sep 22, 2020
1 parent e4980d6 commit ffdf820
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions starters/README.md
Expand Up @@ -60,11 +60,18 @@ A starter is a simplified example to get up and running with Gatsby quickly and

<!-- AUTO-GENERATED-CONTENT:START (LIST_STARTERS) -->

| Name | Demo | Description |
| :-------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [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 |
| Name | Demo | Description |
| :---------------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [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 |
| [blog-theme-core](https://github.com/gatsbyjs/gatsby-starter-blog-theme-core) | | Starter for the official Gatsby blog core theme |
| [blog-theme](https://github.com/gatsbyjs/gatsby-starter-blog-theme) | | Starter for the official Gatsby blog theme |
| [mdx-basic](https://github.com/gatsbyjs/gatsby-starter-mdx-basic) | | Gatsby starter MDX basic. |
| [minimal](https://github.com/gatsbyjs/gatsby-starter-minimal) | | A Gatsby starter for running recipes and adding themes. It does not come with any pages. |
| [notes-theme](https://github.com/gatsbyjs/gatsby-starter-notes-theme) | | Starter for the official Gatsby notes theme |
| [theme-workspace](https://github.com/gatsbyjs/gatsby-starter-theme-workspace) | | Starter for creating a Gatsby Theme workspace |
| [theme](https://github.com/gatsbyjs/gatsby-starter-theme) | | Starter for the official Gatsby blog and notes themes. |
| [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

0 comments on commit ffdf820

Please sign in to comment.