While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

Where

Filters the current sequence of modules using a predicate.

Usage

  • Where(DocumentConfig predicate)

    Specifies the predicate to use for filtering documents. Only input documents for which the predicate returns true will be output.

    • predicate

      A predicate delegate that should return a bool.

GitHub