As per my Hello Again post I’m looking at automating some of my content creation.
The current state of play If you’ve looked before, you’ll know I use Hugo to build my site.
That means I need to ask Hugo to build my site whenever I add some more content, which currently means:
Get Hugo to build the content Update my git repo with the new content Push the repo to GitHub GitHub fires a webhook that tells my site to pull down new content Don’t shoot me, this was all build pre-workflow days.