This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 17e709edab79eb4911652aa08d65da43adcff74a Author: Klesh Wong <[email protected]> AuthorDate: Wed May 25 19:20:26 2022 +0800 fix: move blog post to zh and correct titles of authors --- blog/authors.yml | 8 ++++---- .../2022-05-25-what-did-we-do-during-march-april/index.md | 0 i18n/zh/docusaurus-plugin-content-blog/authors.yml | 10 ++++++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/blog/authors.yml b/blog/authors.yml index f403302..c85c9df 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,17 +1,17 @@ warren: - name: Warren Chen (陈映初) - title: Apache DevLake Contributor + name: Warren Chen + title: Apache DevLake PPMC url: https://github.com/warren830 image_url: https://github.com/warren830.png klesh: name: Klesh Wong - title: Apache DevLake Contributor + title: Apache DevLake PPMC url: https://kleshwong.com image_url: https://github.com/klesh.png maxim: name: Maxim Wheatley - title: Apache DevLake Community Member + title: Apache DevLake PPMC url: https://github.com/MaximDub image_url: https://github.com/MaximDub.png diff --git a/blog/2022-05-25-what-did-we-do-during-march-april/index.md b/i18n/zh/docusaurus-plugin-content-blog/2022-05-25-what-did-we-do-during-march-april/index.md similarity index 100% rename from blog/2022-05-25-what-did-we-do-during-march-april/index.md rename to i18n/zh/docusaurus-plugin-content-blog/2022-05-25-what-did-we-do-during-march-april/index.md diff --git a/i18n/zh/docusaurus-plugin-content-blog/authors.yml b/i18n/zh/docusaurus-plugin-content-blog/authors.yml index 0c44a48..29ca67c 100644 --- a/i18n/zh/docusaurus-plugin-content-blog/authors.yml +++ b/i18n/zh/docusaurus-plugin-content-blog/authors.yml @@ -1,11 +1,17 @@ warren: name: 陈映初 - title: DevLake贡献者 + title: Apache DevLake PPMC url: https://github.com/warren830 image_url: https://github.com/warren830.png +klesh: + name: Klesh Wong + title: Apache DevLake PPMC + url: https://kleshwong.com + image_url: https://github.com/klesh.png + weisi: name: Weisi Deng title: DevLake 社区成员 url: https://github.com/Ushuaiaff - image_url: https://github.com/Ushuaiaff.png \ No newline at end of file + image_url: https://github.com/Ushuaiaff.png
