I recently needed to create a press kit for a game we are developing. I found out about `presskit.html`, a fairly straightforward JS tool that created static press kits using XML data. Sadly, the project had been abandoned for a few years.<p>So I decided to fork the project and modernize it a bit. Now, not only does it work with NodeJS 20+, but it also uses YAML instead of XML, a more modern CSS, and support for Open Graph tags.<p>If you're curious about the result, check out the press kit for our game, Dice'n Goblins: <a href="https://tsukumogami.software/press/dicengoblins/" rel="nofollow">https://tsukumogami.software/press/dicengoblins/</a><p>You can also find a short write-up about this project on my blog: <a href="https://alicegg.tech/2024/06/03/milou" rel="nofollow">https://alicegg.tech/2024/06/03/milou</a>