node-lume-cms
v0.1.0
Published
Lume CMS for node.js. Thank you Lume!
Downloads
2
Readme
LumeCMS
A CMS to edit the content of sites.
It works great with Lume but it can be used for any other static site generator.
Usage
import lumeCms from "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/mod.ts";
const cms = lumeCms();
// Configuration here
export default cms;