In the documentation for Custom extensions it say ”There are many parts of the Middleman lifecycle that can be hooked into by extensions. These are some examples, but there are many more.”.
I’ve searched for some documentation/tips on the ”many more” callbacks, but failed.
In particular, I would like to find one that is called after the sitemap is in place and populated. (manipulate_resource_list
does not do the trick since the sitemap is still empty when it is called).