Features - Markdown + Layout => HTML: xxx.md + _layout.js => xxx.html - Copy Static Files: Copy other static files which are not ended with .md or start with _ - Sub Page and Sub Layout: For each markdown file, it will walk your file system looking for the nearest _layout.js as the template. It starts from the current directory of the markdown file and then moves to the parent directory until it finds the _layout.js - Front Matter: Add extra meta data to markdown - relativeToRoot: inject the relativeToRoot variable to the _layout.js

