I'd like to extend Scribble with an --html-nav option to produce a separate file containing the navigational elements. My intent is to convert the Scribble-generated html to sxml, then include the body sxml and navigational sxml in an sxml-template. This is part of my journey to create a tadpole-like static site and blog generator.
I can find the bits of code in html-render.rkt that produce the nav elements, but I've yet to puzzle out if there is a framework in the Scribble rendering code that would let me install a new renderer and associated command-line option via a package. Do I just have to fork Scribble to extend it in this way?