feat: prototype dev server

This commit is contained in:
endiliey 2018-07-28 20:25:38 +08:00
parent 2ab412e563
commit 333574efe6
11 changed files with 524 additions and 38 deletions

View file

@ -2,6 +2,7 @@ const fs = require('fs-extra');
const path = require('path');
const fm = require('front-matter');
const globby = require('globby');
const indexRE = /(^|.*\/)index\.md$/i;
const mdRE = /\.md$/;