2
0
Fork
You've already forked cms
0
A framework-agnostic CMS for Deno https://lume.land/cms/
  • TypeScript 47.8%
  • JavaScript 29.4%
  • Vento 11.7%
  • CSS 11.1%
2026年07月07日 20:35:54 +02:00
.github/workflows config deno version in tests 2026年07月05日 09:42:11 +02:00
auth add AuthProviderOptions 2026年03月30日 11:30:27 +02:00
core custom icon for documents, collections and uploads 2026年07月07日 20:35:54 +02:00
deps revert sharp replacement #77 2026年07月07日 19:41:50 +02:00
fields allow missing folders in uploads. Deno fmt 2026年06月28日 18:14:44 +02:00
scripts new version 2026年01月07日 14:38:17 +01:00
static custom icon for documents, collections and uploads 2026年07月07日 20:35:54 +02:00
storage fix sqlite default export 2026年03月16日 01:37:51 +01:00
tests custom icon for documents, collections and uploads 2026年07月07日 20:35:54 +02:00
.gitattributes added tests 2026年07月05日 09:37:46 +02:00
.gitignore added .vscode to gitignore 2025年07月16日 11:28:07 +01:00
CHANGELOG.md custom icon for documents, collections and uploads 2026年07月07日 20:35:54 +02:00
deno.json added custom actions and other changes 2026年07月07日 00:33:54 +02:00
LICENSE first commit 2024年01月07日 16:25:42 +01:00
mod.ts new version 2026年01月07日 14:38:17 +01:00
README.md improved readme 2024年02月10日 17:32:31 +01:00
types.ts added custom actions and other changes 2026年07月07日 00:33:54 +02:00

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/cms@v0.2.0/mod.ts";
const cms = lumeCms();
// Configuration here

export default cms;