chore: update gatsby to v3 (#5057)

This commit is contained in:
Erez Rokah
2021-03-08 01:29:06 -08:00
committed by GitHub
parent 3c8f780ba8
commit 9a21eb38fa
22 changed files with 1509 additions and 2498 deletions

View File

@ -6,7 +6,7 @@ description: >-
website. Using Netlify CMS they added content management to a Jekyll site in
three days.
twitter_image: /img/netlify-cms.png
date: '2019-06-06'
date: 2019-06-06T12:00:00.000Z
canonical_url: https://www.dwolla.com/updates/implementing-netlify-cms/
---
@ -61,7 +61,7 @@ If you were using the built-in Jekyll gems and build process that GitHub provide
<figure>
<figcaption>Gemfile</figcaption>
```x
```bash
source "https://rubygems.org"
gem 'github-pages'
```
@ -70,7 +70,7 @@ If you were using the built-in Jekyll gems and build process that GitHub provide
<figure>
<figcaption>netlify.toml</figcaption>
```x
```bash
[build]
publish = "_site/"
command = "jekyll build"
@ -83,7 +83,7 @@ Once youre satisfied that everything looks good and is deploying correctly fr
Netlify CMS itself consists of a [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application) built with [React](https://reactjs.org/) that lives in an admin folder on your site. For Jekyll, it goes right at the root of your project. It will contain two files:
```x
```bash
admin
├ index.html
└ config.yml

View File

@ -7,7 +7,7 @@ description: >-
Announcing the release of Netlify CMS v2.0, with new Bitbucket support and an
improved project architecture designed to ease contribution and the extension
of features.
date: '2018-07-26'
date: 2018-07-26T12:00:00.000Z
---
Today were releasing Netlify CMS 2.0, which adds support for using Bitbucket as a backend.

View File

@ -5,7 +5,7 @@ description: >-
Netlify CMS, the open source, headless CMS that provides a user-friendly UI
around your Git repository, can now be used with GitLab in addition to
GitHub.
date: '2018-06-13'
date: 2018-06-13T00:00:10.000Z
---
Netlify CMS is releasing support for GitLab as a backend, creating the world's first completely open source stack for Git-based content editing.