From aa9c29c190ea8b15f6dbb1a38a1c554e1ade77b7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 13 Feb 2026 23:56:29 +0900 Subject: feat(about): add conference staff section to about page --- services/nuldoc/content/about/staff.toml | 54 ++++++++++++++++++++++ .../content/posts/2023-12-31/2023-reflections.md | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 services/nuldoc/content/about/staff.toml (limited to 'services/nuldoc/content') diff --git a/services/nuldoc/content/about/staff.toml b/services/nuldoc/content/about/staff.toml new file mode 100644 index 00000000..94c7b782 --- /dev/null +++ b/services/nuldoc/content/about/staff.toml @@ -0,0 +1,54 @@ +[[staff]] +date = { from = "2023-03-23", to = "2023-03-25" } +event = "PHPerKaigi 2023" +role = "当日スタッフ" + +[[staff]] +date = { from = "2024-03-07", to = "2024-03-09" } +event = "PHPerKaigi 2024" +role = "コアスタッフ" + +[[staff]] +date = "2024-04-13" +event = "PHP カンファレンス小田原 2024" +role = "当日スタッフ" + +[[staff]] +date = { from = "2024-08-22", to = "2024-08-24" } +event = "iOSDC Japan 2024" +role = "コアスタッフ" + +[[staff]] +date = "2024-12-22" +event = "PHP カンファレンス 2024" +role = "当日スタッフ" + +[[staff]] +date = { from = "2025-03-21", to = "2025-03-23" } +event = "PHPerKaigi 2025" +role = "コアスタッフ" + +[[staff]] +date = "2025-04-12" +event = "PHP カンファレンス小田原 2025" +role = "コアスタッフ" + +[[staff]] +date = { from = "2025-09-19", to = "2025-09-21" } +event = "iOSDC Japan 2025" +role = "コアスタッフ" + +[[staff]] +date = { from = "2026-03-20", to = "2026-03-22" } +event = "PHPerKaigi 2026" +role = "コアスタッフ" + +[[staff]] +date = "2025-04-11" +event = "PHP カンファレンス小田原 2026" +role = "コアスタッフ" + +[[staff]] +date = "2026-10-03" +event = "PHP カンファレンス愛媛 2026" +role = "コアスタッフ" diff --git a/services/nuldoc/content/posts/2023-12-31/2023-reflections.md b/services/nuldoc/content/posts/2023-12-31/2023-reflections.md index daa0a037..a897de9a 100644 --- a/services/nuldoc/content/posts/2023-12-31/2023-reflections.md +++ b/services/nuldoc/content/posts/2023-12-31/2023-reflections.md @@ -33,7 +33,7 @@ LT 等も含めて計 11 回の登壇をおこなった。 * [トークン解説セッション](/slides/2023-03-25/phperkaigi-2023-tokens/) * PHPerKaigi 2023 での当日スタッフ業 -* [非公式でおこなわれた PHP カンファレンス福岡 2023 の 前夜祭イベントでの登壇](/slides/2023-06-23/phpconfuk-2023-eve/) +* [非公式でおこなわれた PHP カンファレンス福岡 2023 の 前夜祭イベントでの登壇](/slides/2023-06-23/phpconfuk-2023-eve/) * PHPerKaigi 2024 でのコアスタッフ業 # 書いた記事 {#articles} -- cgit v1.3-1-g0d28