from Hacker News

Show HN: A static site generator for press kits

by zer0tonin on 6/4/24, 4:57 PM with 1 comments

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

  • by Turboblack on 6/5/24, 9:21 AM

    I gave you a star, good luck to you, I have a similar project