This is an automated email from the ASF dual-hosted git repository. zky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit d5ec591ea524c88357e7fbe4f4350c81ea486b0e Author: linyh <[email protected]> AuthorDate: Tue Jul 26 14:30:38 2022 +0800 fix: sort authors in zn --- blog/authors.yml | 6 ++ i18n/zh/docusaurus-plugin-content-blog/authors.yml | 72 +++++++++++++--------- 2 files changed, 48 insertions(+), 30 deletions(-) diff --git a/blog/authors.yml b/blog/authors.yml index 30f27def..017f2e71 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -46,6 +46,12 @@ warren: url: https://github.com/warren830 image_url: https://github.com/warren830.png +weisi: + name: Weisi Deng + title: DevLake Contributor + url: https://github.com/Ushuaiaff + image_url: https://github.com/Ushuaiaff.png + ZhangLiang: name: ZhangLiang title: Apache DevLake PPMC diff --git a/i18n/zh/docusaurus-plugin-content-blog/authors.yml b/i18n/zh/docusaurus-plugin-content-blog/authors.yml index b1ca61aa..4761bd59 100644 --- a/i18n/zh/docusaurus-plugin-content-blog/authors.yml +++ b/i18n/zh/docusaurus-plugin-content-blog/authors.yml @@ -1,8 +1,26 @@ -warren: - name: 陈映初 - title: Apache DevLake PPMC - url: https://github.com/warren830 - image_url: https://github.com/warren830.png +abeizn: + name: 安自宽 + title: Apache DevLake Committer + url: https://github.com/abeizn + image_url: https://github.com/abeizn.png + +Danna: + name: Danna Wang + title: DevLake Contributor + url: https://github.com/banshengbushu + image_url: https://github.com/banshengbushu.png + +Geyu: + name: 陈舸禹 + title: Apache DevLake Contributor + url: https://github.com/fredtheflat + image_url: https://github.com/fredtheflat.png + +likyh: + name: Likyh + title: Apache DevLake Contributor + url: https://github.com/likyh + image_url: https://avatars.githubusercontent.com/u/3294100?v=4 klesh: name: Klesh Wong @@ -10,38 +28,32 @@ klesh: url: https://kleshwong.com image_url: https://github.com/klesh.png +maxim: + name: Maxim Wheatley + title: Apache DevLake PPMC + url: https://github.com/MaximDub + image_url: https://github.com/MaximDub.png + +Nddtfjiang: + name: Nddtfjiang + title: Apache DevLake Committer + url: http://nddtf.com/github + image_url: http://nddtf.com/github/png.html + +warren: + name: 陈映初 + title: Apache DevLake PPMC + url: https://github.com/warren830 + image_url: https://github.com/warren830.png + weisi: name: Weisi Deng title: DevLake 社区成员 url: https://github.com/Ushuaiaff - image_url: https://github.com/Ushuaiaff.png - -abeizn: - name: 安自宽 - title: Apache DevLake Committer - url: https://github.com/abeizn - image_url: https://github.com/abeizn.png + image_url: https://github.com/Ushuaiaff.png ZhangLiang: name: ZhangLiang title: Apache DevLake PPMC url: https://github.com/mindlesscloud image_url: https://avatars.githubusercontent.com/u/8455907?s=400&v=4 - -Nddtfjiang: - name: Nddtfjiang - title: Apache DevLake Committer - url: http://nddtf.com/github - image_url: http://nddtf.com/github/png.html - -Geyu: - name: 陈舸禹 - title: Apache DevLake Contributor - url: https://github.com/fredtheflat - image_url: https://github.com/fredtheflat.png - -Danna: - name: Danna Wang - title: DevLake Contributor - url: https://github.com/banshengbushu - image_url: https://github.com/banshengbushu.png \ No newline at end of file
