Small changes to CMless web page.
[website_subgeniuskitty.com] / data / production / cmless / index.md
CommitLineData
7cec254f
AT
1# Overview #
2
3CMless is a file based CMS intended for easy integration with version controlled,
4format agnostic content.
5
6An example site might store each page as a Markdown file, with directories to
7define categories, the entire site using `git` for version and edit-access
8control. CMless can serve that content as a website.
9
407fccaa
AT
10The content for <https://subgeniuskitty.com> can be found in such a
11repository at <https://git.subgeniuskitty.com/website_subgeniuskitty.com/.git>.
7cec254f
AT
12
13CMless is kept extremely simple with the intention of being easy to comprehend
14and modify. See the source code for examples demonstrating how to add a new
15piece of functionality.
16
17
18# Status #
19
407fccaa 20Functions as minimal CMS. Runs <https://subgeniuskitty.com>. Tested on Debian
7cec254f
AT
21Linux and FreeBSD.
22
23Obtain CMless at <https://git.subgeniuskitty.com/cmless/.git>.
24
25See `README.md` for more information.