Markdown Tree

Markdown Site Generator

Markdown Tree is a small Sinatra-based Ruby script which serves a folder of markdown files as a minimalistic live styled site. E.g. given the folder structure:

My Notes/
    Schedule.md
    History/
    Science/
        Some-Note.md

You'll get a dynamic site on localhost:30001 with a navigation header for browsing looking like:

For a live example, visit my notes from college and compare against the raw folder structure of my notes2.

  1. Feel free to install a Procfile and deploy to Heroku or any Passanger-enabled web host.
  2. Ask me to show you my failed start-up which I developed in college, evolving out of Markdown Tree, Mil Edit, and Mmvp.js.