To merge the process of `.md` and `.json` files, consider `md` files as - add `__content` as the last field - format will be ``` json json object { "slug" : "", "layout" : "", ... "__content" : "" } ```