config.js
337 Bytes
/**
* config
* Created by lintry on 2018/1/9.
*/
const customize = require('kml-customize');
const configure = customize({
"md": {
"base_path": "md",
"default_md": "readme.md",
"theme": "metro-lake"
}
});
//绑定到全局变量
global.config = global.config = configure;
module.exports = configure;