This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git
The following commit(s) were added to refs/heads/main by this push:
new 1818a50 Fix indentation issue (#7)
1818a50 is described below
commit 1818a5038ec48b73a02e9471b9fd371a106fc012
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Wed Mar 13 22:39:40 2024 +0800
Fix indentation issue (#7)
---
_config.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/_config.yml b/_config.yml
index cee87ba..e2a7fc6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,10 +20,7 @@
title: Apache Gluten incubating
email: [email protected]
-description: luten is a middle layer responsible for offloading JVM-based SQL
engines' execution to native engines. # this means to ignore newlines until
"baseurl:"
- Write an awesome description for your new site here. You can edit this
- line in _config.yml. It will appear in your document head meta (for
- Google search results) and in your feed.xml site description.
+description: "Gluten is a middle layer responsible for offloading JVM-based
SQL engines' execution to native engines."
baseurl: "/" # the subpath of your site, e.g. /blog
domain: apache.org
url: "https://gluten.apache.org" # the base hostname & protocol for your site,
e.g. http://example.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]