From 2fb35b5451fa0d843e6fa7c8ba6e50a01b574c84 Mon Sep 17 00:00:00 2001 From: scarf Date: Sun, 24 Nov 2024 04:01:43 +0900 Subject: [PATCH] docs: add `authors.yml` --- bin/merged_prs.scala | 4 +--- website/blog/authors.yml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 website/blog/authors.yml diff --git a/bin/merged_prs.scala b/bin/merged_prs.scala index 1dae3a8c19f..24a3afd8eeb 100644 --- a/bin/merged_prs.scala +++ b/bin/merged_prs.scala @@ -120,11 +120,9 @@ def template( s"""|--- |author: $author |title: Metals $lastTag - $codename - |authorURL: https://twitter.com/ - |authorImageURL: https://github.com/.png |--- | - |We're happy to announce the release of Metals $lastTag, which + |We're happy to announce the release of Metals $lastTag, which | | | diff --git a/website/blog/authors.yml b/website/blog/authors.yml new file mode 100644 index 00000000000..de5e6fb46e0 --- /dev/null +++ b/website/blog/authors.yml @@ -0,0 +1,39 @@ +olafurpg: + name: Ólafur Páll Geirsson + url: https://twitter.com/olafurpg + image_url: https://avatars2.githubusercontent.com/u/1408093?s=460&v=4 + +tgodzik: + name: Tomasz Godzik + url: https://twitter.com/TomekGodzik + image_url: https://github.com/tgodzik.png + +ckipp: + name: Chris Kipp + url: https://twitter.com/ckipp01 + image_url: https://avatars2.githubusercontent.com/u/13974112?v=4 + +dos65: + name: Vadim Chelyshov + url: https://twitter.com/_dos65 + image_url: https://github.com/dos65.png + +tanishiking: + name: Rikito Taniguchi + url: https://twitter.com/tanishiking25 + image_url: https://github.com/tanishiking.png + +kmarek: + name: Katarzyna Marek + url: https://github.com/kasiaMarek + image_url: https://github.com/kasiaMarek.png + +kpodsiad: + name: Kamil Podsiadlo + url: https://github.com/kpodsiad + image_url: https://github.com/kpodsiad.png + +jkciesluk: + name: Jakub Ciesluk + url: https://github.com/jkciesluk + image_url: https://github.com/jkciesluk.png