I created this joke-y "framework" to build a website, or a blog if you will, from markdown files. When the user clicks, the markdown file (corresponding to an article) is converted to HTML on the fly. To publish a new article, you just drop a new MD file. Lizzy.js source code is here github.com/stoyan/Lizzy.jsAnd an example site fully, powered by this "framework", is highperformancewebfonts.comSource code highlighting is supported. Drafts are supported too, just prefix the .md file with a _ .