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
- Host: GitHub
- URL: https://github.com/williscool/boujeehacker.com
- Owner: williscool
- License: mit
- Created: 2019-12-11T23:28:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T07:58:36.000Z (6 months ago)
- Last Synced: 2024-11-21T08:27:30.479Z (6 months ago)
- Topics: gatsby, netlify-cms, nvmrc
- Language: JavaScript
- Homepage: https://boujeehacker.com/
- Size: 1.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.