Skip to content

Commit

Permalink
Add guids to all talks
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 24, 2018
1 parent e5d2614 commit d1d0e62
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions _sessions/behind-the-scenes-of-producing-an-executable.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ description: Let's explore the steps leading to a working executable, from high-
day: saturday

public: true
guid: "d640c62b-d4c1-4d31-bc97-63e5747f1424"

---
1 change: 1 addition & 0 deletions _sessions/caging-the-spidermonkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: This talk will focus on some of the challenges of integrating Spide
day: saturday

public: true
guid: "3b2b2a8d-2ac3-4977-820e-34e65a349b7a"
---
1 change: 1 addition & 0 deletions _sessions/declarative-programming-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: Declarative code is one of the secret ingredients in many successfu
day: saturday

public: true
guid: "249fbe57-2fe1-4a79-98f3-e4ff160dfb2b"
---
1 change: 1 addition & 0 deletions _sessions/fun-with-rusty-robots.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: Robot Sumo fights? Raspberry PI, Beaglebone? Lego Mindstorm CPU? Co
day: saturday

public: true
guid: "54c4d9c4-312c-4ed6-b642-be999b4bf74f"
---
1 change: 1 addition & 0 deletions _sessions/gameboy-emulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: Join Ryan's journey with Rust into the world of old gaming machines
day: saturday

public: true
guid: "f8962974-0a5b-4529-b08c-7622588450e7"
---
1 change: 1 addition & 0 deletions _sessions/keynote.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: Keynote presentation by Rust project lead Aaron Turon
day: saturday

public: true
guid: "d834bcae-84cd-467f-b4b0-6e337d8edad8"
---
1 change: 1 addition & 0 deletions _sessions/one-thousand-ways-to-die-in-rust-ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: Efficient FFI bindings are a core features of Rust. We will discuss
day: saturday

public: true
guid: "a29e2610-de67-4c7a-a6a8-ad552db8aa25"
---
1 change: 1 addition & 0 deletions _sessions/project-highlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ description: Ashley Williams, Alan Kavishe and Lee Baillie talks about the "Incr
day: saturday

public: true
guid: "ea4b4671-01cb-46b2-bb27-bb11705b1284"
---
1 change: 1 addition & 0 deletions _sessions/rust-for-science.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: Rust seems a perfect candidate for scientific computing, but why is
day: saturday

public: true
guid: "963d743f-195b-4462-9047-7bb6b5e68fc8"
---
1 change: 1 addition & 0 deletions _sessions/sequoia.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ description: "Sequoia: A New OpenPGP Implementation in Rust"
day: saturday

public: true
guid: "bc8c2220-646b-4f45-86d9-5b2dd07f920f"
---
1 change: 1 addition & 0 deletions _sessions/simple-crdt-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ description: A conflict-free replicated data type (CRDT) is a data structure tha
day: saturday

public: true
guid: "d86c7136-8c6b-416b-b2fe-94480b2e2ba0"
---
2 changes: 1 addition & 1 deletion schedule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ layout: null
{%- for talk in talks_data -%}
{% if talk.type == 'talk' %}
{%- assign id = id | plus: 1 -%}
<event guid="{{talk.slug}}" id="{{ id }}">
<event guid="{{talk.guid}}" id="{{ id }}">
<date>2018-11-24T{{talk.start}}:00</date>
<start>{{talk.start}}</start>
<duration>{{talk.duration}}</duration>
Expand Down

0 comments on commit d1d0e62

Please sign in to comment.