* Shift to three primary 'make' recipes:
* 'make website': Generates and locally hosts website content, echoing the latest entry for easy access
* 'make copy-website-contents: Takes above generated website, and syncs state with the input directory
* 'make email': Generates website content formatted for email, then uses 'juice' for creating optimized format. Lands final email in new directory, and echos the location
* Separate output directories to "output-website/" and "output-email-format/" to avoid potential confusion
Notably, email generation no longer requires bringing up two windows, nor does it require updating the variable. All is handled automatically