Add new talk and info to feed

This commit is contained in:
Mikko Ahlroth 2023-05-02 21:44:57 +03:00
parent 0491de4bdd
commit ed1e80bb82
6 changed files with 80 additions and 0 deletions

View file

@ -98,6 +98,22 @@
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<h3 class="talk-title">MyProjectOS &ndash; A Viewpoint to Your Project</h3>
<p class="speaker-name">
Mikko Ahlroth
</p>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">

View file

@ -10,6 +10,38 @@
<copyright>© Mikko Ahlroth</copyright>
<item>
<title>
<![CDATA[Added ]]>
</title>
<dc:creator>Mikko Ahlroth</dc:creator>
<link>
https://trelixir.fi/event-2023-05-24.html
</link>
<guid>
a856d240-c68c-40fd-8cbb-d843c058fbb3
</guid>
<description>
<![CDATA[
<p>
To prevent the same problems we had last time, I've added some pictures to the arrival instructions on <a href="https&colon;&sol;&sol;trelixir&period;fi&sol;event-2023-05-24&period;html">the event page</a>.
</p>
<p>
I've also added a title for a new mini talk, <em>MyProjectOS</em>. :) We still have other things planned also.
</p>
]]>
</description>
<pubDate>
Tue, 2 May 2023 21:40:00 +0200
</pubDate>
</item>
<item>
<title>
<![CDATA[Upcoming event: 24.5.2023]]>

View file

@ -73,6 +73,12 @@
</li>
<li>
MyProjectOS &ndash; A Viewpoint to Your Project (Mikko Ahlroth)
</li>
<li>
More talks TBA

View file

@ -20,6 +20,11 @@ pub fn data() {
speaker: mikko_ahlroth.data(),
slides: [],
),
types.Talk(
title: "MyProjectOS A Viewpoint to Your Project",
speaker: mikko_ahlroth.data(),
slides: [],
),
types.Placeholder,
],
)

View file

@ -0,0 +1,7 @@
<p>
To prevent the same problems we had last time, I've added some pictures to the arrival instructions on <a href="<%= event_url %>">the event page</a>.
</p>
<p>
I've also added a title for a new mini talk, <em>MyProjectOS</em>. :) We still have other things planned also.
</p>

View file

@ -35,6 +35,20 @@ pub fn render(template: ast.Template, template_cache: renderer.TemplateCache) {
fn items() {
[
Item(
title: "Added ",
link: utils.event_url(event_2023_05_24.file),
guid: "a856d240-c68c-40fd-8cbb-d843c058fbb3",
description: load_description(
"a856d240-c68c-40fd-8cbb-d843c058fbb3",
base_assigns()
|> assigns.add_string(
"event_url",
utils.event_url(event_2023_05_24.file),
),
),
pub_date: "Tue, 2 May 2023 21:40:00 +0200",
),
Item(
title: "Upcoming event: 24.5.2023",
link: utils.event_url(event_2023_05_24.file),