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.
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.
If you're curious about the result, check out the press kit for our game, Dice'n Goblins: https://tsukumogami.software/press/dicengoblins/
You can also find a short write-up about this project on my blog: https://alicegg.tech/2024/06/03/milou