
module.exports = {
	batch: true
	from: "/articles"
	template: "/article.ejs"
	toFolder: "/post/"
	shared: {
		title: "article"
	}
}