Add attendee list to SIMPLE-Py event#5
Open
henryiii wants to merge 2 commits into
Open
Conversation
Render an optional `attendees` front-matter list (plain names or name/affiliation/link maps) below the schedule, with matching styling. Assisted-by: ClaudeCode:claude-opus-4.8
Assisted-by: ClaudeCode:claude-opus-4.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 AI text below 🤖
Adds an Attendees section to the SIMPLE-Py event page.
Changes
layouts/events/single.html— renders an optionalattendeesfront-matter list below the schedule. Each entry is either a plain name string or a map withname,affiliation, andlink.assets/css/extended/events.css—.attendeesstyling, a responsive multi-column grid using PaperMod CSS variables (free dark mode).content/events/simple-py.md— adds the 12 attendees.Notes
Fixed a few typos in the supplied data before committing:
affilation→affiliation(3×) — the template readsaffiliation, so these would not have rendered.Ret Hat→Red Hat.One name to double-check: Lundy Bernatd — possibly meant to be "Bernard"? Left as provided; lmk if it should change.