I was wondering if it was possible to get hugo to deploy to multiple mediums? Ideally it’d be great if I could push a post to dev.to and medium and such. I realize this wouldn’t be a core functionality for hugo but is there a hook or plugin that can be leveraged?
I can’t imagine that this isn’t a need that others haven’t asked for before. How do others push their blogs to a larger audience beyond just their personal blogs?
I am not sure what you want to achieve here, but I would get on that with GitHub actions (or comparable things on the other providers). Because mostly as I understand both these are not hoster for static websites. Just because a publishing platform understands Markdown does not mean that Hugo is for them (or I miss something new here).
Yeah I guess that’s close to what i was looking at. I wasn’t sure how to identify what the new posts vs older posts, but I’ll dig into both of those and see what I can figure out. Thanks for the references.