Hacker News new | ask | show | jobs
by civilized 963 days ago
I see a lot of people building their own static site generators. There's probably a lot of common elements to the process, right? We should abstract those commonalities into a static site generator generator, so that everyone who needs to write a static site generator doesn't need to reinvent the wheel.
1 comments

There are a few that take that approach, but people usually want one in their preferred programming language/runtime. Examples:

Metalsmith (Node/JS): https://metalsmith.io/

Haunt (Guile Scheme): https://dthompson.us/projects/haunt.html

I’m sure there are many more.

A while ago you were looking at small languages such as lua - there's also micropython. https://docs.micropython.org/en/latest/