jzombie / rich-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Status

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)

cd docs
python3 -m http.server

Coverage

coverage run -m unittest discover -s test
coverage report

About


Languages

Language:Python 57.2%Language:CSS 22.3%Language:JavaScript 11.0%Language:HTML 7.1%Language:Shell 2.4%