diff --git a/blog/2021-08-26-welcome/index.md b/blog/2021-08-26-welcome/index.md index 9455168..a4cebee 100644 --- a/blog/2021-08-26-welcome/index.md +++ b/blog/2021-08-26-welcome/index.md @@ -1,7 +1,7 @@ --- slug: welcome title: Welcome -authors: [slorber, yangshun] +authors: [phil, yangshun] tags: [facebook, hello, docusaurus] --- @@ -11,6 +11,8 @@ Simply add Markdown files (or folders) to the `blog` directory. Regular blog authors can be added to `authors.yml`. +这是一个测试。 + The blog post date can be extracted from filenames, such as: - `2019-05-30-welcome.md` diff --git a/blog/authors.yml b/blog/authors.yml index bcb2991..7763069 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,8 +1,7 @@ -endi: - name: Endilie Yacop Sucipto - title: Maintainer of Docusaurus - url: https://github.com/endiliey - image_url: https://github.com/endiliey.png +phil: + name: Feng Wei + title: Maintainer + url: weefnn@qq.com yangshun: name: Yangshun Tay @@ -10,8 +9,3 @@ yangshun: url: https://github.com/yangshun image_url: https://github.com/yangshun.png -slorber: - name: Sébastien Lorber - title: Docusaurus maintainer - url: https://sebastienlorber.com - image_url: https://github.com/slorber.png