From 8d77860ec8b31147304183cdd54617bd428df59c Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sun, 12 Mar 2023 09:42:37 +0200 Subject: [PATCH] Add info about lightning talks --- event-2023-03-16.html | 4 +++ feed.xml | 25 +++++++++++++++++++ .../description.html.glemp | 4 +++ src/trelixir/feed/feed.gleam | 9 ++++++- 4 files changed, 41 insertions(+), 1 deletion(-) diff --git a/event-2023-03-16.html b/event-2023-03-16.html index c3d9c5c..6a0cc63 100644 --- a/event-2023-03-16.html +++ b/event-2023-03-16.html @@ -46,6 +46,10 @@ There is no food provided. There will be snacks and sodas, but if you need to eat properly, then please do that beforehand or bring some takeout with you. The aim here is to make arranging the event simpler and reduce food waste.

+

+ If you'd like to hold a lightning talk about something (5–10 minutes), it's possible! Contact Mikko Ahlroth with the details on the main page. Or come talk to him at the start of the event. +

+

The event is graciously hosted by Vincit. diff --git a/feed.xml b/feed.xml index 9c05e6f..06f142a 100644 --- a/feed.xml +++ b/feed.xml @@ -8,6 +8,31 @@ © Mikko Ahlroth + + + <![CDATA[Lightning talk possibility]]> + + + Mikko Ahlroth + + + https://trelixir.fi/event-2023-03-16.html + + + 8f77b5c8-2de0-49bb-b652-077a601f762b + + + + + + + + Sun, 12 Mar 2023 9:40:00 +0200 + + + <![CDATA[Upcoming event: 16.3.2023]]> diff --git a/src/trelixir/events/event_2023_03_16-tpls/description.html.glemp b/src/trelixir/events/event_2023_03_16-tpls/description.html.glemp index d284b60..28a62d3 100644 --- a/src/trelixir/events/event_2023_03_16-tpls/description.html.glemp +++ b/src/trelixir/events/event_2023_03_16-tpls/description.html.glemp @@ -5,3 +5,7 @@ <p> <strong style="text-transform: uppercase;">There is no food provided.</strong> There will be snacks and sodas, but if you need to eat properly, then please do that beforehand or bring some takeout with you. The aim here is to make arranging the event simpler and reduce food waste. </p> + +<p> + If you'd like to hold a lightning talk about something (5–10 minutes), it's possible! Contact Mikko Ahlroth with the details on the <a href="/#contact">main page</a>. Or come talk to him at the start of the event. +</p> diff --git a/src/trelixir/feed/feed.gleam b/src/trelixir/feed/feed.gleam index 60ab694..04d664e 100644 --- a/src/trelixir/feed/feed.gleam +++ b/src/trelixir/feed/feed.gleam @@ -32,9 +32,16 @@ pub fn render(template: ast.Template, template_cache: renderer.TemplateCache) { fn items() { [ + Item( + title: "Lightning talk possibility", + link: "https://trelixir.fi/" <> event_2023_03_16.file <> ".html", + guid: "8f77b5c8-2de0-49bb-b652-077a601f762b", + description: "It's possible to hold a lightning talk (5–10 mins) at our event! Inquire for the possibility from Mikko Ahlroth (contact details on the website), or come talk to him before the event.", + pub_date: "Sun, 12 Mar 2023 9:40:00 +0200" + ), Item( title: "Upcoming event: 16.3.2023", - link: "https://trelixir.fi/event-2023-03-16.html", + link: "https://trelixir.fi/" <> event_2023_03_16.file <> ".html", guid: "cfc19ed7-f46d-45b6-a134-e11df93a864d", description: load_description( "cfc19ed7-f46d-45b6-a134-e11df93a864d",