Build static site from data template(json) instead of content(.md)

Can Hugo build documentation site from data template only ? The content is from data template(json files) which retrieves by API call. Then develop a theme like docsy to render the site. The final site looks below:


But all the content are from data folder(json files), not content folder(.md or .html files).

If Hugo could do this, how the theme works to implement this ?

see Pages from data, take 5 · Issue #6310 · gohugoio/hugo · GitHub

1 Like