Creating a config

A config file is a JSON file that is defined when running StaticShape. For example:

{
  "collections": [
    {
      "name": "pages"
    }
  ]
}