SSG's running in browser - One of the annoyances about my current setup is that I don't have a local copy of the website. I have the data and I have the unrendered website, but the rendering happens in a Github Action. It makes it quite tedious finding and reading old content. So getting the URL for an old post is a pain. I tried using iSH with nodejs installed, but it crashes when installing some npm modules.
I'm hopeful that web assembly might at some stage offer a way to run CLI tools. I read somewhere or heard on a podcast that there had been some progress made getting nodejs running on web assembly. That would be awesome, though I'm unclear what that would look like exactly. Would there be a terminal running in browser, or a custom web interface to run my static site generator? #