From 14cbb4d47a506cf5af326c77b429289cfc993850 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 20:18:45 -0400 Subject: Add projects --- _posts/2013-12-13-mdengine.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2013-12-13-mdengine.markdown (limited to '_posts/2013-12-13-mdengine.markdown') diff --git a/_posts/2013-12-13-mdengine.markdown b/_posts/2013-12-13-mdengine.markdown new file mode 100644 index 0000000..28f12de --- /dev/null +++ b/_posts/2013-12-13-mdengine.markdown @@ -0,0 +1,11 @@ +--- +layout: post +title: MDEngine +description: A drag-and-drop PHP script enabling simple serving of rendered Markdown files. +date: 2013-12-13 00:00:00 +type: project +--- + +MDEngine was born of my need to serve static Markdown files simply and beautifully. I accomplished this by creating MDEngine, the PHP Markdown Engine. + +It’s extremely lightweight and takes the form of a small collection of files you can drop into any web directory served with Apache which will then serve all `.md` files as beautiful HTML. MDEngine is [available on GitHub](https://github.com/bburwell/mdengine). -- cgit v1.2.3