Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lumeland/cms

A framework-agnostic CMS for Deno
https://github.com/lumeland/cms

cms deno jamstack

Last synced: 29 days ago
JSON representation

A framework-agnostic CMS for Deno

Awesome Lists containing this project

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

```js
import lumeCms from "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/mod.ts";

const cms = lumeCms();

// Configuration here

export default cms;
```