underblog
An extremely simple, fast static blog generator.
You only need 4 things:
index.htmltemplate for blog's index page.post.htmltemplate for single post.css/styles.cssfor CSS styles.markdownfolder.
There is no front-matter. Date and slug are derived from the filename. Title is derived from the first line of markdown file. Make sure the first line starts with #.