{
  "source": "site",
  "destination": "public",
  "metadata": {
    "title": "Orion",
    "description": "Pluggable microservice framework",
    "url": "https://betit.github.io/orion/"
  },
  "plugins": {
    "metalsmith-markdown": {},
    "metalsmith-permalinks": {
      "pattern": ":title"
    },
    "metalsmith-layouts": {
      "engine": "handlebars",
      "directory": "site/layouts"
    }
  }
}