This is a toy project that is inspired by the technical write up from TigerBetle that implemented static docs generation from markdown using Zig and Pandoc.
I've done modifications to run on Windows.
You must have the following installed:
You can then run zig build and all of the HTML produced from /content folder
will be outputted in the zig-out directory.
Thank you to the TigerBeetle team for writing up a fantastic article on this!