TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A static site generator for press kits

2 pointsby zer0tonin12 months ago
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&#x27;re curious about the result, check out the press kit for our game, Dice&#x27;n Goblins: <a href="https:&#x2F;&#x2F;tsukumogami.software&#x2F;press&#x2F;dicengoblins&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tsukumogami.software&#x2F;press&#x2F;dicengoblins&#x2F;</a><p>You can also find a short write-up about this project on my blog: <a href="https:&#x2F;&#x2F;alicegg.tech&#x2F;2024&#x2F;06&#x2F;03&#x2F;milou" rel="nofollow">https:&#x2F;&#x2F;alicegg.tech&#x2F;2024&#x2F;06&#x2F;03&#x2F;milou</a>

1 comment

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