djangocon / 2023.djangocon.us

🫐 The DjangoCon US 2023 conference website
https://2023.djangocon.us
Other
17 stars 49 forks source link

Generate the ability to make screenshots from local #241

Closed drewbrew closed 9 months ago

drewbrew commented 9 months ago

Description

  1. Sort shots.yml by filename for more consistent sorting
  2. Add a --base-url argument to the screenshots command so you can regenerate images without merging and deploying
  3. Address #242 by adding override_schedule_title to a few speakers' bios

Usage:

# with the site running either via docker or bundle exec jekyll serve:
python bin/process.py screenshots --base-url http://localhost:4000 > shots.yml
shot-scraper multi ./shots.yml
jefftriplett commented 9 months ago

We might want to drop the image updates to avoid stepping on each other for the next PR or two that's coming.

Approving for the process.py though.

drewbrew commented 9 months ago

Sounds good. I'll revert my changes to static/ and then merge