I'm happy to share with you my own static site builder, YASSB (Yet Another Static Site Builder).
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's the bright side of the pandemic).
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.).
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/TSX support).
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].
As you would expect, the landing page of the project, as well ad the guides and the docs are all generated with YASSB.
I'm happy to share with you my own static site builder, YASSB (Yet Another Static Site Builder).
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's the bright side of the pandemic).
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.).
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/TSX support).
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].
As you would expect, the landing page of the project, as well ad the guides and the docs are all generated with YASSB.
I'd love to hear in the comments what you think!
[1] [https://yassb-foss.github.io/guides/](https://yassb-foss.git...
[2] [https://yassb-foss.github.io/docs/](https://yassb-foss.githu...