summaryrefslogtreecommitdiff
path: root/_posts/2013-12-13-mdengine.markdown
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
commita2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (patch)
treee5d4305522ff044257148facc70231906cfa09d7 /_posts/2013-12-13-mdengine.markdown
parentc1204b0ec508038a6799b594802477ce21c409de (diff)
parentced87d4c3a3331012c93a7a92c2788023dbe6c30 (diff)
Merge pull request #1 from benburwell/a-new-look
Some new styles
Diffstat (limited to '_posts/2013-12-13-mdengine.markdown')
-rw-r--r--_posts/2013-12-13-mdengine.markdown11
1 files changed, 0 insertions, 11 deletions
diff --git a/_posts/2013-12-13-mdengine.markdown b/_posts/2013-12-13-mdengine.markdown
deleted file mode 100644
index 4555659..0000000
--- a/_posts/2013-12-13-mdengine.markdown
+++ /dev/null
@@ -1,11 +0,0 @@
----
-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
-category: projects
----
-
-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).