mirror of https://github.com/minio/minio.git
11 lines
218 B
JSON
11 lines
218 B
JSON
|
{
|
||
|
"source": "src",
|
||
|
"destination": "build",
|
||
|
"plugins": {
|
||
|
"metalsmith-drafts": true,
|
||
|
"metalsmith-markdown": true,
|
||
|
"metalsmith-permalinks": "posts/:title",
|
||
|
"metalsmith-templates": "handlebars"
|
||
|
}
|
||
|
}
|