{
  "source": "src/html",
  "destination": "public",
  "clean": false,
  "plugins": {
    "metalsmith-markdown": true,
    "metalsmith-layouts": {
      "default": "default.hbs",
      "directory": "src/layouts"
    }
  }
}
