mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 09:36:10 +01: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"
|
|
}
|
|
}
|