From 7567a54d016d45617f5f842a2d0d12fcfc6ac11d Mon Sep 17 00:00:00 2001 From: Carsten <43521823+cardiv@users.noreply.github.com> Date: Sat, 27 Oct 2018 14:49:55 +0200 Subject: [PATCH] feat(starters): add gatsby-starter-antd (#9467) Fork of Gatsby's default starter + Antd pre-installed and configured. Uses `gatsby-plugin-antd` for modular imports with `babel-plugin-import`. Loads Antd less styles using the packages `gatsby-plugin-less` and `less`. Enables theme customization with `modifyVars`. --- docs/starters.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 1421e7a82bd05..a9b90ff228898 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -1049,3 +1049,15 @@ - Features a custom, accessible lightbox with gatsby-image - Styled with styled-components using CSS Grid - React Helmet for SEO +- url: https://stoic-swirles-4bd808.netlify.com/ + repo: https://github.com/cardiv/gatsby-starter-antd + description: Gatsby's default starter configured for use with the Antd component library, modular imports and less. + tags: + - Antd + - Styling:Less + features: + - Fork of Gatsby's default starter + - React Helmet, Manifest and offline support retained + - Antd component library pre-installed + - Uses gatsby-plugin-antd for modular imports + - Customize the theme of Antd with `modifyVars`