Commit Graph

1 Commits

Author SHA1 Message Date
andrewpollack 54a6b12e78 Simplify publishing workflows
* 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
2024-09-10 22:31:47 -07:00