From: Aaron Taylor Date: Sun, 8 Nov 2020 14:47:05 +0000 (-0800) Subject: Added page for CMless to the website. X-Git-Url: http://git.subgeniuskitty.com/website_subgeniuskitty.com/.git/commitdiff_plain/7cec254fcc5da0db09cedc37072041f7e97d0ac6 Added page for CMless to the website. --- diff --git a/data/production/cmless/index.md b/data/production/cmless/index.md new file mode 100644 index 0000000..2684d36 --- /dev/null +++ b/data/production/cmless/index.md @@ -0,0 +1,25 @@ +# Overview # + +CMless is a file based CMS intended for easy integration with version controlled, +format agnostic content. + +An example site might store each page as a Markdown file, with directories to +define categories, the entire site using `git` for version and edit-access +control. CMless can serve that content as a website. + +The content for can be found in such a +[repository](git://git.subgeniuskitty.com/website_subgeniuskitty.com). + +CMless is kept extremely simple with the intention of being easy to comprehend +and modify. See the source code for examples demonstrating how to add a new +piece of functionality. + + +# Status # + +Functions as minimal CMS. Runs . Tested on Debian +Linux and FreeBSD. + +Obtain CMless at . + +See `README.md` for more information. diff --git a/data/production/cmless/index.metadata b/data/production/cmless/index.metadata new file mode 100644 index 0000000..fe2b98a --- /dev/null +++ b/data/production/cmless/index.metadata @@ -0,0 +1,6 @@ +[DEFAULT] +page_title = CMless Homepage +meta_keywords = +meta_description = +menu_text = CMless +menu_priority = 1000