From b81b21939f1f21b22bf96a0169d56094f89cc1a7 Mon Sep 17 00:00:00 2001 From: jj Date: Fri, 20 Aug 2021 13:13:25 +0200 Subject: [PATCH] add blogody cms --- src/site/headless-cms/blogody.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/site/headless-cms/blogody.md diff --git a/src/site/headless-cms/blogody.md b/src/site/headless-cms/blogody.md new file mode 100644 index 000000000..f248b1234 --- /dev/null +++ b/src/site/headless-cms/blogody.md @@ -0,0 +1,18 @@ +--- +title: Blogody CMS +homepage: https://www.blogody.com +twitter: blogody +opensource: "No" +typeofcms: "API Driven" +supportedgenerators: + - All +description: Blogody is a minimalist content management platform for blogging with a GraphQL API at its core. +--- + +## Blogody + +[Blogody](https://www.blogody.com) is a SaaS blogging and content management platform with a GraphQL API at its core. + +## Developer Guides + +The GraphQL interface supports any tech stack. A [Node.js client](https://www.blogody.com/news/blogody-api-client-released) is available as a reference implementation.