For a course site I am trying to build with Grav, I will have 10-20 documents stored on OneDrive. Rather than duplicate listing certain files in multiple .md files I'd like to store them somewhere once and then use some sort of find command to match certain ones and then list them.
Right now I am thinking of creating a modular page, with n folders, each containing one .md file with a linked worksheet and use the find.page function which I've used before.
Is the above a reasonable way to do things, or is there another recommended best practice? I do not want to over-engineer this either, but trying not to manually duplicate content on the site.
Thanks very much,
Paul