Check type ID#

kind: filesystem_referenced_files_exist

Purpose#

Require path-valued frontmatter fields to resolve to real files.

Configuration keys#

FieldRequiredDefaultMeaning
fieldsyes-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]