From f79f26b268c635874fb4eb8199a8231b31fd889b Mon Sep 17 00:00:00 2001 From: Eric Howey Date: Mon, 23 Mar 2020 13:53:50 -0600 Subject: [PATCH] =?UTF-8?q?chore(starters):=20add=20gatsby-starter-catalys?= =?UTF-8?q?t,=20add=20category=20Sty=E2=80=A6=20(#22478)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Starter and add category * Typo Co-authored-by: gatsbybot --- docs/categories.yml | 1 + docs/starters.yml | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/categories.yml b/docs/categories.yml index c370772083760..3cedf4b29c9ed 100644 --- a/docs/categories.yml +++ b/docs/categories.yml @@ -59,6 +59,7 @@ starter: - Styling:PostCSS - Styling:SCSS - Styling:Tailwind + - Styling:Theme-UI - Styling:Milligram - Styling:Other - Styling:None diff --git a/docs/starters.yml b/docs/starters.yml index 53b54ae2d6f85..50aaea076b006 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -5206,22 +5206,24 @@ features: - All features same as gatsby-starter-default - Only support TypeScript using gatsby-typescript-plugin -- url: https://gatsby-starter-catalyst-basic.netlify.com/ - repo: https://github.com/ehowey/gatsby-starter-catalyst-basic - description: A barebones starter to accelerate the Gatsby development process. Based on Gatsby Theme Catalyst. Uses MDX and Theme-UI. Includes the core theme, a header theme, and footer theme. +- url: https://gatsby-starter-catalyst.netlify.com/ + repo: https://github.com/ehowey/gatsby-starter-catalyst + description: A boilerplate starter to accelerate your Gatsby development process. Based on Gatsby Theme Catalyst. Uses MDX for content and Theme-UI for styling. Includes a core theme, a header theme, and a footer theme. tags: - MDX - - Styling:CSS-in-JS + - Styling:Theme-UI - SEO - PWA features: - - Based on Gatsby Theme Catalyst series of themes - - Theme-UI integration for easy to change design tokens - - Developer friendly, includes basic starting styles from Tailwind that can be used as a base to enable you to focus on other design elements - - Color mode switching available by default - - SEO optimized to include social media images and Twitter handles - - React Scroll for one page, anchor based navigation is available - - Code highlighting + - Based on Gatsby Theme Catalyst series of themes and starters. + - Theme options are used to enable some simple layout changes. + - Latent component shadowing allows for easy shadowing and swapping of layout components such as the header and footer. + - Theme-UI is deeply integrated with design tokens and variants throughout. + - Uses a Tailwind preset to enable you to focus on design elements. + - Color mode switching available by default. + - SEO optimized to include social media images and Twitter handles. + - React Scroll for one page, anchor based navigation is available. + - Code highlighting via Prism. - url: https://gatsby-starter-default-dark-mode.netlify.com/ repo: https://github.com/alexandreramosdev/gatsby-starter-default-dark-mode description: A simple starter to get developing quickly with Gatsby, dark mode, and styled-components.