mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
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"
|
|
}
|
|
}
|