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 da33122  update footer for disclaimer, privacy, copyright (#5)
da33122 is described below

commit da33122268955e77e9de65bff88b7699e4d41d7c
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Wed Mar 13 22:18:10 2024 +0800

    update footer for disclaimer, privacy, copyright (#5)
---
 NOTICE                       |  4 ++--
 _config.yml                  | 25 +++++++++++++++++++++----
 _includes/footer_custom.html |  6 ++++++
 3 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/NOTICE b/NOTICE
index f678203..efbd999 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-Apache Website Template
-Copyright 2016 The Apache Software Foundation
+Apache Gluten
+Copyright 2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/_config.yml b/_config.yml
index 9eba1e5..534cebf 100644
--- a/_config.yml
+++ b/_config.yml
@@ -18,9 +18,9 @@
 # You can create any custom variable you would like, and they will be 
accessible
 # in the templates via {{ site.myvariable }}.
 
-title: Apache Gluten incubating
+title: Apache Gluten(incubating)
 email: [email protected]
-description: >- # this means to ignore newlines until "baseurl:"
+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.
@@ -100,8 +100,8 @@ mermaid:
 
 # Aux links for the upper right navigation
 aux_links:
-  "Apache Gluten website":
-    - "//github.com//oap-project/gluten-site"
+  "Apache Gluten Github":
+    - "//github.com/apache/incubator-gluten"
 
 # Makes Aux links open in a new tab. Default is false
 aux_links_new_tab: false
@@ -115,4 +115,21 @@ heading_anchors: true
 
 color_scheme: light
 
+# Footer content
+# appears at the bottom of every page's main content
+# Note: The footer_content option is deprecated and will be removed in a 
future major release. Please use `_includes/footer_custom.html` for more robust
+markup / liquid-based content.
+#footer_content: "Apache Gluten is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation 
is required of all newly accepted projects until a further review indicates 
that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. While 
incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does indicate [...]
+#footer_content: "Copyright &copy; 2017-2020 Patrick Marsceill. Distributed by 
an <a 
href=\"https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt\";>MIT
 license.</a>"
 
+# Footer last edited timestamp
+last_edit_timestamp: true # show or hide edit time - page must have 
`last_modified_date` defined in the frontmatter
+last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: 
https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
+
+# Footer "Edit this page on GitHub" link text
+gh_edit_link: false # show or hide edit this page link
+gh_edit_link_text: "Edit this page on GitHub."
+gh_edit_repository: "https://github.com/just-the-docs/just-the-docs"; # the 
github URL for your repo
+gh_edit_branch: "main" # the branch that your docs is served from
+# gh_edit_source: docs # the source that your files originate from
+gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into 
the editor immediately
diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
new file mode 100644
index 0000000..8527707
--- /dev/null
+++ b/_includes/footer_custom.html
@@ -0,0 +1,6 @@
+{%- if site.footer_content -%}
+  <p class="text-small text-grey-dk-100 mb-0">{{ Copyright © 2024 The Apache 
Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Gluten, Gluten, Apache, the Apache feather logo, and the Apache Gluten 
project logo are either registered trademarks or trademarks of the Apache 
Software Foundation in the United States and/or other countries. }}</p>
+  <p class="text-small text-grey-dk-100 mb-0">{{ Apache Gluten is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stabilit [...]
+  <p class="text-small text-grey-dk-100 mb-0"><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></p>
+{%- endif -%}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to