Build temp. MD pages from GSheets JSON for Hugo Site

Demonstration of how I generated temporary .md files from two merged sets of JSON data (Google Sheets API). These .md files are only generated and used during compilation and are not saved into the repository.

This is a fairly simple script, but you can see that I needed to do some filtering of the data source and mapping the 2 source JSON data sets to front matter parameters per page.