I have a new requirement to integrate an existing pure static HTML page, with no dependencies, into my Grav blog. Ideally, I'd like a way have the static HTML page appear in the blog index page and in the proper category pages, just as if it had been prepared in the normal way as a Markdown blog post. Is there anyway to do that?
The static HTML page was auto-generated by another software tool. I'm looking for a straightforward way to integrate it into my existing Grav based blog, perhaps by prepending some "front matter" to the HTML file while putting into the Grav user/pages directory hierarchy.
Thanks