Check type ID#
kind: filesystem_referenced_files_exist
Purpose#
Require path-valued frontmatter fields to resolve to real files.
Configuration keys#
| Field | Required | Default | Meaning |
|---|---|---|---|
fields | yes | - | Frontmatter keys holding a path (string) or list of paths, resolved relative to the item. |
Example#
collections:
notes:
path: notes
checks:
- kind: filesystem_referenced_files_exist
fields: [cover, attachments]