Skip to content

Commit

Permalink
feat(starters): add gatsby-starter-antd (#9467)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
Carsten authored and pieh committed Oct 27, 2018
1 parent 06c4a16 commit 7567a54
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/starters.yml
Expand Up @@ -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`

0 comments on commit 7567a54

Please sign in to comment.