Skip to content

Conversation

@andrewpollack
Copy link
Member

@andrewpollack andrewpollack commented Sep 11, 2024

  • 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
  • Bump node version 16 -> 20

Notably, email generation no longer requires bringing up two windows, nor does it require updating a variable to fetch latest. All is handled automatically

* 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
@andrewpollack
Copy link
Member Author

image

Output of make website will print out a suggestion to run make copy-website-contents to help in the syncing step

@andrewpollack
Copy link
Member Author

I'll need to update the weekly release process docs if this seems like a solid flow, but I'm curious if @mariannegoldin can give this a shot to validate on the next publishing cycle 🙏

@mariannegoldin
Copy link
Contributor

Going to keep this one open for a bit for editors' review.

Copy link
Contributor

@nellshamrell nellshamrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fantastic! Ty, @andrewpollack!

Copy link
Contributor

@bennyvasquez bennyvasquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks incredible, @andrewpollack! I wonder if we should wait to merge it until a week where we know you'll be around so we can work with you on any problems that might come up.

@nellshamrell
Copy link
Contributor

@andrewpollack this looks great! I will be publishing this coming Wednesday and would love to merge this then and test it out. Any chance you can be available via Discord on the evening of Wednesday Sept 25? (We can also push publishing to Thursday Sept 26 if that would work better for you)

@andrewpollack
Copy link
Member Author

For sure! I can be around discord on Wednesday/Thursday

@nellshamrell
Copy link
Contributor

@andrewpollack awesome! I will plan on merging this after merging everything else (that way I can easily revert if needed) and will ping you if something goes wrong

@nellshamrell nellshamrell merged commit c94149f into rust-lang:master Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants