From 999f2e740163226124730b160d0678a50b598ddd Mon Sep 17 00:00:00 2001 From: SaimirKapaj Date: Fri, 3 Apr 2020 15:37:01 +0200 Subject: [PATCH 1/2] Add starter to starter list --- docs/starters.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 87f54bfd2394e..c0cecaf63abf0 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -5834,3 +5834,22 @@ - CSS-in-Reason support - StaticQuery GraphQL support in ReasonML - Similar to gatsby-starter-blog +- url: https://gatsby-redux-toolkit-typescript.netlify.com/ + repo: https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter + description: Gatsby Starter using Redux-Toolkit, Typescript, Styled Components and Tailwind CSS. + tags: + - Redux + - Language:TypeScript + - Styling:Tailwind + features: + - Redux-Toolkit + - Typescript + - Styled Components + - Tailwind CSS + - Removes unused CSS with Purgecss + - Font Awesome Icons + - Responsive Design + - Change between light and dark themes + - SEO + - React Helmet + - Offline Support From 18e88e5a8ef6a0fa512f97d32e9275674554f191 Mon Sep 17 00:00:00 2001 From: Saimir Kapaj Date: Fri, 3 Apr 2020 16:13:33 +0200 Subject: [PATCH 2/2] fixed formatting --- docs/starters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starters.yml b/docs/starters.yml index c0cecaf63abf0..2306145abc070 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -5849,7 +5849,7 @@ - Removes unused CSS with Purgecss - Font Awesome Icons - Responsive Design - - Change between light and dark themes + - Change between light and dark themes - SEO - React Helmet - Offline Support