Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primaryobjects/contentblocks-demo
ContentBlocks node.js demo. Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.
https://github.com/primaryobjects/contentblocks-demo
Last synced: 10 days ago
JSON representation
ContentBlocks node.js demo. Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.
- Host: GitHub
- URL: https://github.com/primaryobjects/contentblocks-demo
- Owner: primaryobjects
- Created: 2013-01-03T02:42:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T14:58:00.000Z (over 7 years ago)
- Last Synced: 2024-04-14T07:55:13.264Z (7 months ago)
- Language: JavaScript
- Size: 2.82 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- awesome-starred - primaryobjects/contentblocks-demo - ContentBlocks node.js demo. Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework. (others)
README
ContentBlocks (Demo)
--------Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.
ContentBlocks is a wrapper for the Create.js CMS interface. It allows you to define CMS editable content blocks within your web pages by including HTML5 tags around your content. After adding the markup, simply click Edit in the Create.js toolbar to edit your content in-line on the page. Click Save to persist the data to your CMS back-end web service.
ContentBlocks includes a node.js module to pre-render CMS content upon page-load. It also includes pre-defined routes and REST web service integration for saving content back to the CMS. In short, ContentBlocks makes it easy to use the Create.js CMS framework in node.js
ContentBlocks @ GitHub
https://github.com/primaryobjects/contentblocks$ npm install contentblocks