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 11413360ae087c3ca54b6292a668fc83d4cf993a Author: linyh <[email protected]> AuthorDate: Tue Jul 26 14:19:50 2022 +0800 fix: sort authors and move web to blogs --- .../2022-07-15-welcome-open-source/en.md.bak | 0 .../2022-07-15-welcome-open-source/index.md | 2 +- blog/authors.yml | 59 ++++++++++++---------- 3 files changed, 34 insertions(+), 27 deletions(-) diff --git a/docs/DeveloperManuals/welcome.md b/blog/2022-07-15-welcome-open-source/en.md.bak similarity index 100% rename from docs/DeveloperManuals/welcome.md rename to blog/2022-07-15-welcome-open-source/en.md.bak diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/DeveloperManuals/welcome.md b/blog/2022-07-15-welcome-open-source/index.md similarity index 99% rename from i18n/zh/docusaurus-plugin-content-docs/current/DeveloperManuals/welcome.md rename to blog/2022-07-15-welcome-open-source/index.md index 21a3e1b0..a0827202 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/DeveloperManuals/welcome.md +++ b/blog/2022-07-15-welcome-open-source/index.md @@ -1,6 +1,6 @@ --- title: "拥抱开源指南" -weight: 50000 +authors: likyh description: > 拥抱开源指南 diff --git a/blog/authors.yml b/blog/authors.yml index 501fe613..30f27def 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,8 +1,26 @@ -warren: - name: Warren Chen - title: Apache DevLake PPMC - url: https://github.com/warren830 - image_url: https://github.com/warren830.png +abeizn: + name: abeizn + 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: Geyu Chen + 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 @@ -16,11 +34,17 @@ maxim: url: https://github.com/MaximDub image_url: https://github.com/MaximDub.png -abeizn: - name: abeizn +Nddtfjiang: + name: Nddtfjiang title: Apache DevLake Committer - url: https://github.com/abeizn - image_url: https://github.com/abeizn.png + url: http://nddtf.com/github + image_url: http://nddtf.com/github/png.html + +warren: + name: Warren Chen + title: Apache DevLake PPMC + url: https://github.com/warren830 + image_url: https://github.com/warren830.png ZhangLiang: name: ZhangLiang @@ -28,20 +52,3 @@ ZhangLiang: 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: Geyu Chen - 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
