Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lumeland/cms
- Owner: lumeland
- License: mit
- Created: 2024-01-07T15:15:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:25:47.000Z (7 months ago)
- Last Synced: 2024-04-14T05:31:55.209Z (7 months ago)
- Topics: cms, deno, jamstack
- Language: TypeScript
- Homepage: https://lume.land/cms/
- Size: 14.7 MB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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;
```