I have Grav installed to a subfolder of our web root (/blog). What must I include in a file outside of Grav's root in order to access Grav functions?
On our homepage, which is not within the Grav directory, we have a "Recent Blog Posts" widget. I'd like to use Grav syntax to display the 3 latest posts. I assume I can just build a function to dig into the Grav directory and grab the latest pages, but it'd be nice to use Grav's built-in functionality to accomplish this.