Skip to content

Commit

Permalink
Add blog post to Inscribed Rectangle video (#455)
Browse files Browse the repository at this point in the history
* Add new lesson

* Fix file name

* Move blog post content of old topology to new topology

* Change topic where inscribed rectangle video shows up

* Have home page feature link go to new video's page, rather than YouTube
  • Loading branch information
3b1b authored Dec 25, 2024
1 parent 8c53d7f commit 97e9842
Show file tree
Hide file tree
Showing 42 changed files with 371 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/HomepageFeaturedContent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function HomepageFeaturedContent({ title, show_latest_video=true,
lesson={lesson.slug}
caption={"Latest video: " + lesson.title}
youtube_id={lesson.video}
link={"http://youtu.be/" + lesson.video}
link={`/lessons/${lesson.slug}`}
/>
);

Expand Down
2 changes: 1 addition & 1 deletion data/topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
slug: topology
description: A few clever proofs that make use of topological facts
lessons:
- inscribed-rectangle-problem
- inscribed-rect-v2
- borsuk-ulam
- name: Group Theory
slug: group-theory
Expand Down
369 changes: 369 additions & 0 deletions public/content/lessons/2024/inscribed-rect-v2/index.mdx

Large diffs are not rendered by default.

0 comments on commit 97e9842

Please sign in to comment.