Here is the use case I want to achieve:
I have a list of URLs to external articles I want to put on a respective page and be able to easily add new over time.
The best would be if I could pull those from a multiple .yaml files which will work more like a “DB” so I never touch the post/page itself, just reference data.yaml and those pieces of information are displayed on front end.
This is what that would roughly look like to give you the idea (link to image):
How can I achieve this with Grav?