About this site

The software behind this website is a product borne from my experiments in writing a flexible flat-file content management system in PHP. It is built using the Slim Microframework and implements the Twig templating engine.

Pages for this CMS are files that consist of 2 parts: an extensible metadata section that is written in JSON format, and a content section that is written in Markdown syntax.

This project was mostly a means for me to practice developing PHP applications (in addition to its primary purpose of running my site). However, I intend to continue extending its functionality and am preparing to release it for general use in the future.