tinypost
v0.0.2
Published
tiny but extensible front-mattered markdown post builder
Maintainers
Readme
Tinypost
Usage
tinypost.config.js
const { markdown } = require('tinypost/middlewares');
module.export = {
outDir: 'build',
parse,
ext: ['.md', '.markdown']
middlewares: [
markdown(),
],
}root priority
- use
config.cwdin tiny.config.js. - use
process.cwd()if--configoptions. - nearest
package.jsondirname. process.cwd()
