minio/docs/metalsmith.json

11 lines
218 B
JSON
Raw Normal View History

2014-10-31 05:48:30 +01:00
{
"source": "src",
"destination": "build",
"plugins": {
"metalsmith-drafts": true,
"metalsmith-markdown": true,
"metalsmith-permalinks": "posts/:title",
"metalsmith-templates": "handlebars"
}
}