* 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
largely based off instruction in their readme: https://github.com/pelican-plugins/search#installation
considered using tipue_search but was marked as deprecated in the repo and suggested the search plugin
this search also uses stork, which is written in rust!
also just adding it to the main page, since i'm not sure if it'd be as useful on every article or any other page.