Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzombie/rich-cms
https://github.com/jzombie/rich-cms
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jzombie/rich-cms
- Owner: jzombie
- Created: 2023-12-27T00:35:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T19:16:56.000Z (6 months ago)
- Last Synced: 2024-05-22T20:32:14.993Z (6 months ago)
- Language: Python
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Coverage Status](https://coveralls.io/repos/github/jzombie/rich-cms/badge.svg)](https://coveralls.io/github/jzombie/rich-cms)
# Rich-CMS
A hacky, prototype, Markdown-driven CMS, written in Python.
Note: This branch serves as a repository for thoughts, ideas, and preliminary versions of the CMS. It's not meant for distributing the final source code, although it's deliberately kept public. Be aware that this branch could undergo significant updates, including force-pushes, to disseminate intended changes.
Preview: https://zenosmosis.com
More to come...
## Serve (for development debugging)
```bash
cd docs
python3 -m http.server
```## Coverage
```bash
coverage run -m unittest discover -s test
coverage report
```