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

https://github.com/williscool/boujeehacker.com

My Personal Website - https://boujeehacker.com/ formerly will.vc
https://github.com/williscool/boujeehacker.com

gatsby netlify-cms nvmrc

Last synced: about 2 months ago
JSON representation

My Personal Website - https://boujeehacker.com/ formerly will.vc

Awesome Lists containing this project

README

        

# boujeehacker.com

A gatsby + netlify-cms website

Shout out to [The robertcoopercode gatsby-netlify-cms starter](https://www.gatsbyjs.org/starters/robertcoopercode/gatsby-netlify-cms/).

Would not be possible without you

## Local Development

### Prerequisites

- Node (see [.nvmrc](./.nvmrc) for version)

### Run the project

```
$ git clone
$ cd gatsby-netlify-cms
$ yarn
$ yarn develop
```

To test the CMS locally, you'll to need run a production build of the site:

```
$ yarn build
$ yarn serve
```

### Setting up the CMS

For details on how to configure the CMS, take a look at the

## Useful Resources

- google: netlify cms markdown line breaks
- how to line breaks in netlify cms https://github.com/netlify/netlify-cms/issues/512
- https://www.gatsbyjs.org/starters/robertcoopercode/gatsby-netlify-cms/
- https://www.vectorlogo.zone/about.html
- https://github.com/robertcoopercode/gatsby-netlify-cms
- ["Official" Gatsby and Netlify CMS starter](https://github.com/netlify-templates/gatsby-starter-netlify-cms)
This starter includes a blog built with Gatsby and Netlify CMS. It was actually used as the starting off point for this repository.