You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,4 +68,13 @@ abstract: |
68
68
npm run generate:onsite _events/2026-01-20/index.md
69
69
npm run generate:remote _events/2026-01-20/index.md
70
70
ruby scripts/generate_meetup_image.rb
71
+
npm run generate:recording-title -- _events/2026-01-20/index.md
71
72
```
73
+
74
+
Recording title image notes:
75
+
76
+
- The generator reads `title`, `date`, and `speakers` from event front matter.
77
+
- It writes `_events/<slug>/Title for Recording.png` and overwrites existing output.
78
+
- The background template is `templates/Title for Recording.png`.
79
+
- Text rendering uses Consolas.
80
+
- Validate correctness by comparing generated outputs for `_events/2026-01-20/Title for Recording.png` and `_events/2025-12-16/Title for Recording.png` with their existing examples; only minor anti-aliasing/font-rendering differences are acceptable.
0 commit comments