I’m struggling here to create an extension that generates some pages from a few complex yaml files. I had this working in Jekyll but I am trying to move to middleman. I have generated a new extension and am trying to figure out how to add a file to the sitemap with a resource_list_manipulator. I create a new resource but it throws an error when i try to see my site map because i have no source_file. The problem is… there isn’t really a source file… or the source file is rather 3 yaml files in data/ . Any thoughts on how to tackle this or suggestions of extensions doing something similar that I can take a look at?
Thanks.