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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,9 @@ npm run generate:recording-title -- _events/2026-01-20/index.md
74
74
Recording title image notes:
75
75
76
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`.
77
+
- It writes `_events/<slug>/Title for Recording.png`, `_events/<slug>/Start Streaming.png`, and `_events/<slug>/Stop Streaming.png` and overwrites existing outputs.
78
+
-Background templates are `templates/Title for Recording.png`, `templates/Start Streaming.png`, and `templates/Stop Streaming.png`.
79
79
- Text rendering uses Consolas.
80
+
-`Title for Recording.png` renders `.NET Meetup <Month Year>`, then title, then `by <speaker(s)>`.
81
+
-`Start Streaming.png` and `Stop Streaming.png` render title and `by <speaker(s)>`.
80
82
- 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