summaryrefslogtreecommitdiff
path: root/projects/mdengine
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
commit6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 (patch)
treec4655d32bc67fddf0dae94660d23e6d3db749367 /projects/mdengine
parent53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (diff)
Working on some major changes
Diffstat (limited to 'projects/mdengine')
-rw-r--r--projects/mdengine/index.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/mdengine/index.markdown b/projects/mdengine/index.markdown
new file mode 100644
index 0000000..57433d2
--- /dev/null
+++ b/projects/mdengine/index.markdown
@@ -0,0 +1,10 @@
+---
+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
+---
+
+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).