summaryrefslogtreecommitdiff
path: root/_posts/2013-12-13-mdengine.markdown
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-04-30 20:18:45 -0400
committerBen Burwell <bburwell1@gmail.com>2014-04-30 20:18:45 -0400
commit14cbb4d47a506cf5af326c77b429289cfc993850 (patch)
treee6786fb6dc2e7dcabc62ba2b9f6e5e20ed1c04f6 /_posts/2013-12-13-mdengine.markdown
parent543f6b5590f564e9095c8d7b390730d09fdbe1f2 (diff)
Add projects
Diffstat (limited to '_posts/2013-12-13-mdengine.markdown')
-rw-r--r--_posts/2013-12-13-mdengine.markdown11
1 files changed, 11 insertions, 0 deletions
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).