mirror of
https://github.com/mfocko/blog.git
synced 2024-11-24 22:11:54 +01:00
fix: formatting of the talks
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
f5478a8af2
commit
081cd78fb7
1 changed files with 50 additions and 47 deletions
|
@ -8,12 +8,12 @@ const talks: TalkMetadata[] = [
|
|||
title: "Packit: RPM integration, all in one",
|
||||
description: (
|
||||
<>
|
||||
Do you want to automate how you build and test your RPM packages?
|
||||
Do you maintain any package in Fedora and want to automate the
|
||||
releases? Or are you just interested in CI/CD on GitHub or GitLab,
|
||||
Fedora and integration of upstream projects with RPM-based Linux
|
||||
distributions? In this session, we are going to deep-dive into
|
||||
features of Packit that can help you do your day-to-day job.
|
||||
Do you want to automate how you build and test your RPM packages? Do you
|
||||
maintain any package in Fedora and want to automate the releases? Or are
|
||||
you just interested in CI/CD on GitHub or GitLab, Fedora and integration
|
||||
of upstream projects with RPM-based Linux distributions? In this
|
||||
session, we are going to deep-dive into features of Packit that can help
|
||||
you do your day-to-day job.
|
||||
</>
|
||||
),
|
||||
events: [
|
||||
|
@ -29,7 +29,8 @@ const talks: TalkMetadata[] = [
|
|||
},
|
||||
],
|
||||
recordingURL: "https://www.youtube.com/watch?v=FxhXzgxWO18",
|
||||
slidesURL: "https://static.sched.com/hosted_files/devconfcz2023/37/DevConf.cz%20June%202023%20Packit%20talk-1.pdf",
|
||||
slidesURL:
|
||||
"https://static.sched.com/hosted_files/devconfcz2023/37/DevConf.cz%20June%202023%20Packit%20talk-1.pdf",
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -51,9 +52,11 @@ export default function Talks(): JSX.Element {
|
|||
|
||||
<hr />
|
||||
<p>
|
||||
Credits to <a href="https://kosiec.dev/" target="_blank">
|
||||
Paweł Kosiec</a> for implementing his own React components
|
||||
for talks.
|
||||
Credits to{" "}
|
||||
<a href="https://kosiec.dev/" target="_blank">
|
||||
Paweł Kosiec
|
||||
</a>{" "}
|
||||
for implementing his own React components for talks.
|
||||
</p>
|
||||
</main>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue