Skip to content
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

Ability to link to additional resources #447

Open
marcoroth opened this issue Nov 24, 2024 · 0 comments
Open

Ability to link to additional resources #447

marcoroth opened this issue Nov 24, 2024 · 0 comments
Labels
content enhancement New feature or request

Comments

@marcoroth
Copy link
Collaborator

I think it would make sense that we could link to additional resources (in addition to the slides_url). For linking to a blog post, announcements, GitHub repo with the source code, link to another talk, etc.

Ideally this would just be part of the YAML file, like:

- title: Talk Title
  [...] 
  speakers:
    - Speaker Name
    
  additional_resources:
    - name: Source Code
      url: https://github.com/...

    - name: Documentation
      url: https://link.to.documentation/...

    - name: Blog Post
      url: https://link.to.blog.post/...
@marcoroth marcoroth added enhancement New feature or request content labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant