This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
commit 5c07e03ecff5f1bbaec003c7646ac5848e44726a Author: qqeasonchen <[email protected]> AuthorDate: Tue May 11 23:08:41 2021 +0800 modify the mainpage --- _config.yml | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 124bf9f..8f542ba 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings title: EventMesh -text: An Apache incubator project +text: > description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog/ url: "/" # the base hostname & protocol for your site diff --git a/index.md b/index.md index 6781079..6cb2456 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,7 @@ --- layout: home header: - title: Apache EventMesh + title: Apache EventMesh(incubating) text: > EventMesh is a dynamic cloud-native eventing infrastructure used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
