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.

Sort

Sorts the input documents based on the specified comparison delegate.
The sorted documents are output as the result of this module. This is similar to the Wyam.Core.Modules.Control.OrderBy module but gives greater control over the sorting process.

Usage

  • Sort(Comparison<IDocument> sort)

    Creates a sort module.

    • sort

      The sorting delegate to use.

GitHub