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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Yassb, static site generator with Markdown, JSX/TSX support and more

4 点作者 ghego1超过 4 年前

1 comment

ghego1超过 4 年前
Hello HN!<p>I&#x27;m happy to share with you my own static site builder, YASSB (Yet Another Static Site Builder).<p>I have been developing this tool for quite some time now and I had been thinking of open sourcing it for some time as well. Covid finally gave me the time to do so (I guess it&#x27;s the bright side of the pandemic).<p>I have developed this tool because I was frustrated with existing mainstream static site builders. I wanted a tool written with web languages, that I could just run with my web development tools (node, npm, etc.).<p>For this reason I have developed YASSB in TypeScript (shipped via npm in JavaScript), and made it support natively all the tings you would expect both from a static site builder (e.g. Markdown with FrontMatter) and in modern web development (e.g. JSX&#x2F;TSX support).<p>To make this tool accessible I have curated some in-depth guides on how to use it [1], and the docs on how YASSB works are available with many comments [2].<p>As you would expect, the landing page of the project, as well ad the guides and the docs are all generated with YASSB.<p>I&#x27;d love to hear in the comments what you think!<p>[1] [<a href="https:&#x2F;&#x2F;yassb-foss.github.io&#x2F;guides&#x2F;](https:&#x2F;&#x2F;yassb-foss.github.io&#x2F;guides&#x2F;)" rel="nofollow">https:&#x2F;&#x2F;yassb-foss.github.io&#x2F;guides&#x2F;](https:&#x2F;&#x2F;yassb-foss.git...</a><p>[2] [<a href="https:&#x2F;&#x2F;yassb-foss.github.io&#x2F;docs&#x2F;](https:&#x2F;&#x2F;yassb-foss.github.io&#x2F;docs&#x2F;)" rel="nofollow">https:&#x2F;&#x2F;yassb-foss.github.io&#x2F;docs&#x2F;](https:&#x2F;&#x2F;yassb-foss.githu...</a>