TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A static site generator for press kits

2 点作者 zer0tonin12 个月前
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 个月前
I gave you a star, good luck to you, I have a similar project