{

  "basePath": ".",

  "filedata": {
    "site": "data/config.yaml"
  },

  "collections": {
    "pages": {
      "pattern": "pages/*.html"
    },
    "posts": {
      "pattern": "posts/*.html",
      "sortBy": "date",
      "reverse": true
    }
  },

  "permalinks": {
    "relative": false,
    "linksets": [{
      "match": { "collection": "pages" },
      "pattern": ":title"
    }, {
      "match": { "collection": "posts" },
      "pattern": ":date/:title"
    }]
  },

  "pagination": false,

  "rss": {
    "feedOptions": {
      "title": "New Site",
      "site_url": "http://testsite.com"
    }
  },

  "sitemap": {
    "hostname": "http://testsite.com"
  }

}
