An open API service indexing awesome lists of open source software.

https://github.com/Cethy/gatsby-starter-bloomer

[NOT MAINTAINED] A Gatsby starter based on Bulma and Bloomer.
https://github.com/Cethy/gatsby-starter-bloomer

Last synced: 8 months ago
JSON representation

[NOT MAINTAINED] A Gatsby starter based on Bulma and Bloomer.

Awesome Lists containing this project

README

          

# gatsby-starter-bloomer
A Gatsby starter based on [Bulma](https://bulma.io/) and [Bloomer](https://bloomer.js.org/).

[Demo](https://gatsby-starter-bloomer.netlify.com/)

For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).

## Features

- Based on [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default)
- Sass preprocessor (with [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass))
- [Bulma CSS Framework](https://bulma.io/) with its [Bloomer react components](https://bloomer.js.org/)
- [Font-Awesome icons](https://fontawesome.com/icons)
- Includes a simple fullscreen hero w/ footer example

## Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Cethy/gatsby-starter-bloomer)

## Dev environment
Run it by :
```sh
npm run dev
```

## Notes
The version for `gatsby-plugin-sass` [is locked](https://github.com/gatsbyjs/gatsby/issues/4457#issuecomment-371859766) to fix css not deploying in production.