Skip to content

Commit 3f97dec

Browse files
docs: Add a showcase at the PyCon APAC 2023 (2023-10-28) (#1822)
1 parent e9dc559 commit 3f97dec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/.vitepress/showcases.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@ export const showcases: ShowCaseInfo[] = [
202202
cover: 'https://github-production-user-asset-6210df.s3.amazonaws.com/7693264/284304324-db973b4c-a043-4644-932c-826169a1b4d8.gif',
203203
datetime: '2022-09-01',
204204
},
205+
{
206+
title: 'Comparison of Packaging Tools in 2023',
207+
author: {
208+
name: 'Peacock (Yoichi Takai)',
209+
link: 'https://p3ac0ck.net',
210+
},
211+
at: 'PyCon APAC 2023',
212+
slidesLink: 'https://slides.p3ac0ck.net/pyconapac2023/1',
213+
sourceLink: 'https://github.com/peacock0803sz/slidev-slides/blob/7d41aa5e89ad8627cb68ae2cdbfe1681017b0408/talks/pyconapac2023/pyconapac2023.md',
214+
cover: 'https://slides.p3ac0ck.net/pyconapac2023/cover.png',
215+
datetime: '2023-10-28',
216+
},
205217
{
206218
title: 'How Rust error handling ease web development',
207219
author: {

0 commit comments

Comments
 (0)