This minimalist static site generator pattern is only for #JavaScript developers who want something small, fast, flexible, and comprehensible https://jan.miksovsky.com/posts/2025/04-17-zero-dependencies.html
Configuring a complex tool can take more work that just coding the functionality from scratch. Earlier I created a simple blog in #Astro, a popular #SSG. That felt more complicated than the problem justified, so I rewrote the entire #blogging project from scratch in pure JavaScript with 0 dependencies.
This went very well!

