Added page for CMless to the website.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 8 Nov 2020 14:47:05 +0000 (06:47 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 8 Nov 2020 14:47:05 +0000 (06:47 -0800)
data/production/cmless/index.md [new file with mode: 0644]
data/production/cmless/index.metadata [new file with mode: 0644]

diff --git a/data/production/cmless/index.md b/data/production/cmless/index.md
new file mode 100644 (file)
index 0000000..2684d36
--- /dev/null
@@ -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 <http://subgeniuskitty.com> 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 <http://subgeniuskitty.com>. Tested on Debian
+Linux and FreeBSD.
+
+Obtain CMless at <https://git.subgeniuskitty.com/cmless/.git>.
+
+See `README.md` for more information.
diff --git a/data/production/cmless/index.metadata b/data/production/cmless/index.metadata
new file mode 100644 (file)
index 0000000..fe2b98a
--- /dev/null
@@ -0,0 +1,6 @@
+[DEFAULT]
+page_title = CMless Homepage
+meta_keywords = 
+meta_description = 
+menu_text = CMless
+menu_priority = 1000