A naïve static site generator.

#4Allow postprocessing binary files

Currently only text files are passed to the postprocessors, since postprocessors are only likely to modify text, but it’s likely a good idea to let them do stuff about binary files, too, even if they don’t directly change the contents. (And who knows, changing contents might be useful, too. Format conversions, for example!)