A naïve static site generator.

#3Support local scripts

Sometimes it would be nice to have automatically generated content for a specific page, but writing a postprocessor that would live on equal grounds with postprocessors intended for all pages doesn’t feel appropriate for the task.

Pageling should be able to handle local scripts (or, well, ‘postprocessors’) and apply them to pages as it runs. These scripts could relate to a single page, or to multiple pages, e.g. all children of a directory, or only those with names following a certain pattern. It might be wise to leave fine-grained control to the scripts themselves, as not to overcomplicate the generator itself.