It's funny how boiling an SSG down to a generator pipeline lets me do a lot of things in a couple lines of code that other SSGs need thousands to set up. All I have is a pipeline where (FilesystemEntry) goes in and (FilesystemEntry | Page | Error) comes out and then you can chain it together to achieve whatever is necessary.