Thinking about OpenGraph and Hugo
One thing my blog doesn’t currently handle at all well is OpenGraph images. After some reading, the best example of someone doing this I can find is Hussein Al Abry at zidhuss.tech.
I’ve used wkhtmltoimage
before, so I’ve got some familiarity there.
I’d prefer to generate them at build time rather than using something like a Cloudflare Worker to create them on the fly. Perhaps I’ll try to implement this. It feels like it should be a core functionality of an engine as powerful and established as Hugo!