A CMS to edit the content of sites.
It works great with Lume but it can be used for any other static site generator.
import lumeCms from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.2.0/mod.ts";
const cms = lumeCms();
// Configuration here
export default cms;