From aa550f49a711b103dd4370f493e5ecf6a52354c1 Mon Sep 17 00:00:00 2001 From: mike w Date: Sun, 5 Apr 2020 19:31:38 -0400 Subject: [PATCH] chore(starters): add gatsby-starter-basic-bootstrap (#22837) Nothing earth-shattering here, simply a starter with *just* react-bootstrap and sass support. Many other existing starters bring a lot of additional bells and whistles. Co-authored-by: gatsbybot --- docs/starters.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 1909eceb5a18a..48b33d7558c45 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -5855,6 +5855,16 @@ - CSS-in-Reason support - StaticQuery GraphQL support in ReasonML - Similar to gatsby-starter-blog +- url: https://mik3y.github.io/gatsby-starter-basic-bootstrap/ + repo: https://github.com/mik3y/gatsby-starter-basic-bootstrap + description: A barebones starter featuring react-bootstrap and deliberately little else + tags: + - Styling:Bootstrap + - Styling:SCSS + features: + - Uses react-bootstrap, sass, and little else + - Skeleton starter, based on gatsby-starter-default + - Optional easy integration of themes from Bootswatch.com - url: https://gatsby-starter-songc.netlify.com/ repo: https://github.com/FFM-TEAM/gatsby-starter-song description: A Gatsby starter for blog style with fresh UI.