3b1b / 3Blue1Brown.com

https://www.3blue1brown.com
Other
358 stars 137 forks source link

Adds default behavior to the HomepageFeaturedContent component #310

Closed kurtbruns closed 2 years ago

kurtbruns commented 2 years ago

This pull request:

For example, when a new video is published, the following component can be quickly added to the site that pulls the video's thumbnail from youtube. Of course, a video or interactive could be added later to replace the static image.

<HomepageFeaturedItem lesson="visual-proofs" caption="Latest video: How to Lie with Visual Proofs">
</HomepageFeaturedItem>
3b1b commented 2 years ago

Thanks! While reviewing this I decided to change the default home page design to make it easier to play the latest video readily, then incorporated/extended this change so as to show the most recent video by default.