module Jekyll::Generators

Jekyll Generators are a way to let you generate files at runtime, without needing them to exist on disk.

We use generators for lots of purposes, e.g.

Real Generators, the way Jekyll intended:

Muck with page contents generators (probably should be hooks):

Other generators (also probably should be hooks):