@DavidDarnes @maggerbo @Ghost @eleven_ty @Netlify A pattern I’ve used for a lot with a variety of SSGs is to have something like Gulp run the build. It pulls data from APIs, stashes it in the data files the SSG prefers, then generates the site with the SSG.
This can keep your options open so you can choose the tool you prefer.