-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "talks" view which shows the talks and titles (with links) #12515
Comments
Some considerations here if you wanted to include the full text of a description would need to be the length of many talk descriptions. To prevent a ton of scrolling, would it be possible to expand/collapse the page? And would the displayed talk description be sourced from the same file as the normal talk file to avoid having two sources of truth? A few things to consider. |
I think we could just do a length cutoff the same we we do for speaker bios (we do this for the bios somewhere and also I do this for a certain view of my podcast Hugo theme ) tbh the title might be enough ? |
1 similar comment
I think we could just do a length cutoff the same we we do for speaker bios (we do this for the bios somewhere and also I do this for a certain view of my podcast Hugo theme ) tbh the title might be enough ? |
add a talk page based upon devopsdays#12515 * all talks, workshops and ignites get displayed on a single page * this page has the presentation title, the speakers, and when it is happening with the abstract * all speakers are also displayed, with their picture and bio Signed-off-by: Toshaan Bharvani <[email protected]>
right now there is no good way to get a list of all the talks happening; there is the Speakers view which is great, but doesn't do a lot to help show what the content of the event will be.
the Program view is good for this, but that is something you can't usually publish until you have the detailed agenda.
having a view of all the talks (probably at /events/YYYY-CITY/talks) would be really helpful!
please share ideas for designs here since I'm not good at that :)
The text was updated successfully, but these errors were encountered: