From 35acb16a7e442d3d6612bfa246eb0eac8453e7f8 Mon Sep 17 00:00:00 2001 From: Dominic Abela Date: Fri, 31 May 2019 20:24:07 -0400 Subject: [PATCH] chore(starters): add gatsby-starter-material-ui (#14416) * chore(starters): add gatsby-starter-material-ui * chore(starters): add gatsby-starter-material-ui --- docs/starters.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 232f003074345..a6b2a85ea6d94 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -2770,6 +2770,21 @@ - Developer enviornment variables - Accessibility support - Based on Gatsby Starter Default +- url: https://material-ui-starter.netlify.com/ + repo: https://github.com/dominicabela/gatsby-starter-material-ui + description: This starter includes Material UI boilerplate and configuration files along with the standard Gatsby configuration files. It provides a starting point for developing Gatsby apps with the Material UI framework. + tags: + - SEO + - Styling:Material + - Styling:Material Design + - Material UI + - Boilerplate + features: + - Material UI Framework + - Roboto Typeface (self hosted) + - SEO + - Offline Support + - Based on Gatsby Default Starter - url: https://developer-diary.netlify.com/ repo: https://github.com/willjw3/gatsby-starter-developer-diary description: A blog template created with web developers in mind. Totally usable right out of the box, but minimalist enough to be easily modifiable.