https://github.com/aviaryan/gatsby-bulma-default
A very basic customizable Bulma Gatsby starter template
https://github.com/aviaryan/gatsby-bulma-default
Last synced: 2 months ago
JSON representation
A very basic customizable Bulma Gatsby starter template
- Host: GitHub
- URL: https://github.com/aviaryan/gatsby-bulma-default
- Owner: aviaryan
- License: mit
- Created: 2018-06-01T16:46:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T09:36:05.000Z (over 7 years ago)
- Last Synced: 2025-06-20T01:48:25.166Z (4 months ago)
- Language: JavaScript
- Homepage: https://aviaryan.in/gatsby-bulma-default
- Size: 1.94 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-bulma-default
**Demo:** https://aviaryan.in/gatsby-bulma-default
The [default Gatsby starter](https://github.com/gatsbyjs/gatsby-starter-default), bundled with a configurable Bulma installation.
> See the 2nd commit to see how it's done.
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```And run from your CLI:
```sh
gatsby new gatsby-bulma-site https://github.com/aviaryan/gatsby-bulma-default
```Then you can run it by:
```sh
cd gatsby-bulma-site
gatsby develop
```To build the application into static files, use:
```sh
gatsby build
# gatsby serve to serve from static folder
```## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/aviaryan/gatsby-bulma-default)
-------
## Credits
* [Default Gatsby starter](https://github.com/gatsbyjs/gatsby-starter-default)