good first projecthelp wantedvideos
仓库指标
- 星标
- (733 个星标)
- PR 合并指标
- (平均合并 7天 20小时) (30 天内合并 52 个 PR)
描述
It would be nice to embed videos on the paper pages. This shouldn't be hard to implement. It would require:
- Modifying the paper page template,
hugo/layouts/papers/single.html, to embed the video - Maybe writing a custom field in the generated YAML that is used by Hugo to build the Anthology. This would be done by creating a field, say
video_embed_link, in thefrom_xml()function inbin/anthology/papers.py. (This file is used to load papers from the XML file, and all of itsattribattributes are dumped to the YAML).
We link to videos on Vimeo and Slideslives, which likely have different embedding code blocks, which is the reason for point 2 above.