I want to make a static website to sell or give away my excess stuff.
I could hand code it and then copy paste in different image urls and description text, and update an index manually - but that's a real nuisance amount of ongoing work for every new listing.
So I want a static site generator where I dump some text and images into a folder, run it, and it resizes the images, makes me a html page based on a template, and updates the index page.
Really simple right! I am capable of coding such a thing, in principle. But I'm not a coder or any sort of programmer on a regular basis. I'm not even sure what language I'd use - it's been a while since I wrote any code for anything other than openscad!
So questions
1: Does such a static site generator already exist I could just use with minimal setup and learning the context?
2. What's a nice cosy coding environment with low barriers to entry I could set up to write it myself?