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 %}