minio/docs/metalsmith.json
2014-10-30 21:51:52 -07:00

11 lines
218 B
JSON

{
"source": "src",
"destination": "build",
"plugins": {
"metalsmith-drafts": true,
"metalsmith-markdown": true,
"metalsmith-permalinks": "posts/:title",
"metalsmith-templates": "handlebars"
}
}