class Middleman::Sources

Sources handle multiple on-disk collections of files which make up a Middleman project. They are separated by ‘type` which can then be queried. For example, the `source` type represents all content that the sitemap uses to build a project. The `data` type represents YAML data. The `locales` type represents localization YAML, and so on.