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.

Take

Takes the first X documents from the current pipeline and discards the rest.

Usage

  • Take(int x)

    Takes the first X documents from the current pipeline and discards the rest.

    • x

      An integer representing the number of documents to preserve from the current pipeline.

GitHub