I am using the data linked above to generate a ton of links. The problem is, these links aren’t properly referencing the template I want them to (or any template for that matter).
How do I gain control of the URL routing for data generated content?
Hugo currently, as I type this, right now in spacetime, does not generate pages from data.
I can’t tell from looking at the repo what is happening. Is it supposed to create pages for each card? From the repo, there doesn’t look like many pages will be generated.
Sorry, I should have been a bit more explicit. I have a local data directory that contains the AllSets.json file linked above at mtgjson.com. I didn’t want to include such a large file in my repo, so I decided to link to it instead. My hope is the actual data file is irrelevant, I’m more concerned about the routing and content creation that occurs when JSON data is provided.
Hugo currently, as I type this, right now in spacetime, does not generate pages from data.
Hugo won’t iterate over my JSON file and create HTML pages with the values requested? I’m confused, I thought this was a huge aspect of Hugo.