Hello I’m looking at Hugo as our go-to static site generator and I’m wondering if there was a way to populate templates with information from JSON files? I am working with an API that sends me posts and page information as JSON and I want to use Hugo to build files from that information and then build/deploy site afterwards.
Is this possible using Hugo?