Generating Content From Data

Hello, I was wondering if it was possible to generate content files(markdown) from json objects parsed from a single json file. If it is not possible in hugo is there a way to to do this using gulp/grunt?

Thanks!

Not currently, but search the forums and issue queue for discussion about it.

Yes, you can do just about anything with a config scripting system.

Hugo can only read from the file system (files and folders) it doesn’t have as far as I know any functions to write to the file system the way you want.

Grun/Gulp/Webpack. (Node) in general can do this in a bunch of ways.
You’ll need to get those questions answered in some other forum but here’s a start

https://nodejs.org/api/fs.html