From 4f136e662f2564c372792dd525c4661d78cd4d78 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:34:07 +0100 Subject: [PATCH] talk recording --- builder/src/main.rs | 1 + config.toml | 4 ++-- shell.nix | 1 - static/root/slides/index.html | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/builder/src/main.rs b/builder/src/main.rs index 8cfcbb3..b1eeda8 100644 --- a/builder/src/main.rs +++ b/builder/src/main.rs @@ -39,6 +39,7 @@ struct Talk { #[serde(skip_deserializing)] dir_name: String, hidden: Option, + recording: String, } impl Talk { diff --git a/config.toml b/config.toml index c4eaa0d..83cb6be 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ [slides] talks = [ - { name = "How to contribute to the Rust project", location = "Rust Zürisee", date = "2024-01-17" }, - { name = "How Rust compiles", location = "EuroRust Paris 2025", date = "2025-10-10" }, + { name = "How Rust compiles", location = "EuroRust Paris 2025", date = "2025-10-10", recording = "https://youtu.be/G1g6Me1FHmE" }, + { name = "How to contribute to the Rust project", location = "Rust Zürisee", date = "2024-01-17", recording = "https://www.youtube.com/live/Ptl6kOZM9GI?t=740" }, ] diff --git a/shell.nix b/shell.nix index 437f626..97da2b5 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,5 @@ rustup hugo nodejs - nodePackages.live-server ]; } diff --git a/static/root/slides/index.html b/static/root/slides/index.html index 2e9e0a8..eadeab3 100644 --- a/static/root/slides/index.html +++ b/static/root/slides/index.html @@ -16,7 +16,12 @@

{{ talk.date }} - {{ talk.name }}

{{ talk.location }}

- {{ talk.dir_name }} +

+ slides +

+

+ recording +

{% endfor %}