From 6af70a0b25d43bfe5da8dab41f44f2faacbfa3d8 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 23 Apr 2021 16:42:39 -0400 Subject: [PATCH 1/2] Fix frontmatter on migrated blog posts Signed-off-by: Brian Warner --- src/content/blog/2018-11-06-linux-foundation-graphql.md | 4 ++-- src/content/blog/2018-11-07-datanami.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content/blog/2018-11-06-linux-foundation-graphql.md b/src/content/blog/2018-11-06-linux-foundation-graphql.md index 0c1edc2b59..9d6a56d60c 100644 --- a/src/content/blog/2018-11-06-linux-foundation-graphql.md +++ b/src/content/blog/2018-11-06-linux-foundation-graphql.md @@ -1,10 +1,10 @@ --- -title: The Linux Foundation Announces Intent to Form New Foundation to Support GraphQL +title: "The Linux Foundation Announces Intent to Form New Foundation to Support GraphQL" tags: ["announcements"] layout: blog date: 2018-11-06 byline: GraphQL Foundation -permalink: 2018-11-06-linux-foundation-announces-intent-to-form-new-foundation-to-support-graphql +permalink: /blog/2018-11-06-linux-foundation-announces-intent-to-form-new-foundation-to-support-graphql --- [The Linux Foundation](https://www.linuxfoundation.org/), the nonprofit organization enabling mass innovation through open source, announces a broad coalition of industry leaders and users have joined forces to create a new open source foundation for the [GraphQL](https://graphql.org/) project, which will be dedicated to growing and sustaining a neutral GraphQL ecosystem. Hosted under the Linux Foundation, the [GraphQL Foundation](https://gql.foundation/)'s mission will be to enable widespread adoption and help accelerate development of GraphQL and the surrounding ecosystem. diff --git a/src/content/blog/2018-11-07-datanami.md b/src/content/blog/2018-11-07-datanami.md index bbb5ba6772..a43586fb6f 100644 --- a/src/content/blog/2018-11-07-datanami.md +++ b/src/content/blog/2018-11-07-datanami.md @@ -3,9 +3,10 @@ title: "Datanami: Will GraphQL Become a Standard for the New Data Economy?" tags: ["in-the-news"] layout: blog date: 2018-11-07 +byline: Datanami permalink: 2018-11-07-datanami-will-graphql-become-a-standard-for-the-new-data-economy --- Don’t look now but a new language called GraphQL is emerging that could radically simplify how developers use APIs to get data into applications, and potentially provide a graph-like alternative to procedural REST. The company behind the open source software, Apollo, today announced the GraphQL Platform to standardize access to the new technology. -[Read more »](https://www.datanami.com/2018/11/07/will-graphql-become-a-standard-for-the-new-data-economy/) \ No newline at end of file +[Read more »](https://www.datanami.com/2018/11/07/will-graphql-become-a-standard-for-the-new-data-economy/) From 888f921f2346df8eb30c0bfb8c11831b7f04848a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 23 Apr 2021 16:48:10 -0400 Subject: [PATCH 2/2] One more permalink correction Signed-off-by: Brian Warner --- src/content/blog/2018-11-07-datanami.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2018-11-07-datanami.md b/src/content/blog/2018-11-07-datanami.md index a43586fb6f..5978b8b549 100644 --- a/src/content/blog/2018-11-07-datanami.md +++ b/src/content/blog/2018-11-07-datanami.md @@ -4,7 +4,7 @@ tags: ["in-the-news"] layout: blog date: 2018-11-07 byline: Datanami -permalink: 2018-11-07-datanami-will-graphql-become-a-standard-for-the-new-data-economy +permalink: /blog/2018-11-07-datanami-will-graphql-become-a-standard-for-the-new-data-economy --- Don’t look now but a new language called GraphQL is emerging that could radically simplify how developers use APIs to get data into applications, and potentially provide a graph-like alternative to procedural REST. The company behind the open source software, Apollo, today announced the GraphQL Platform to standardize access to the new technology.