From 9bc517aede6e3aff57efa33c1b0b6a4a9f4d6065 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Thu, 23 May 2019 19:05:05 +0900 Subject: [PATCH 1/3] Add Strapi Add Strapi - Headless CMS to easily build customizable APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a6202f..54d0c6b 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Nodizecms](https://github.com/nodize/nodizecms) - CMS for CoffeeScript lovers * [Cody](https://github.com/jcoppieters/cody) - CMS with WSYWYG editor * [PencilBlue](https://github.com/pencilblue/pencilblue/) - CMS and blogging platform +* [Strapi](https://github.com/strapi/strapi) - Headless CMS to easily build customizable APIs ## Templating Engines *Templating engines allow you to perform string interpolation.* From fa72aa71bbab610e31161e37c00bc72180ad20c7 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Sat, 7 Dec 2019 18:26:07 +0900 Subject: [PATCH 2/3] Resolve conflict --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d3129fa..b7c4797 100644 --- a/README.md +++ b/README.md @@ -212,9 +212,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [We.js](https://github.com/wejs/we/) - framework for real time apps, sites or blogs. * [Hatch.js](https://github.com/inventures/hatchjs) - CMS platform with social features. * [TaracotJS](https://github.com/xtremespb/taracotjs-generator/) - fast and minimalist CMS based on Node.js. -* [Nodizecms](https://github.com/nodize/nodizecms) - CMS for CoffeeScript lovers -* [Cody](https://github.com/jcoppieters/cody) - CMS with WSYWYG editor -* [PencilBlue](https://github.com/pencilblue/pencilblue/) - CMS and blogging platform * [Strapi](https://github.com/strapi/strapi) - Headless CMS to easily build customizable APIs * [Nodizecms](https://github.com/nodize/nodizecms) - CMS for CoffeeScript lovers. * [Cody](https://github.com/jcoppieters/cody) - CMS with WSYWYG editor. From e940cade4bb29b23c1111b850f30feb4f59ee836 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Sun, 8 Dec 2019 03:58:32 +0900 Subject: [PATCH 3/3] Update: Move to end of block. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c4797..e2feedc 100644 --- a/README.md +++ b/README.md @@ -212,10 +212,10 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [We.js](https://github.com/wejs/we/) - framework for real time apps, sites or blogs. * [Hatch.js](https://github.com/inventures/hatchjs) - CMS platform with social features. * [TaracotJS](https://github.com/xtremespb/taracotjs-generator/) - fast and minimalist CMS based on Node.js. -* [Strapi](https://github.com/strapi/strapi) - Headless CMS to easily build customizable APIs * [Nodizecms](https://github.com/nodize/nodizecms) - CMS for CoffeeScript lovers. * [Cody](https://github.com/jcoppieters/cody) - CMS with WSYWYG editor. * [PencilBlue](https://github.com/pencilblue/pencilblue/) - CMS and blogging platform. +* [Strapi](https://github.com/strapi/strapi) - Open source Node.js Headless CMS to easily build customisable APIs. ## Templating Engines *Templating engines allow you to perform string interpolation.*