This is an automated email from the ASF dual-hosted git repository.

zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a8231f36 Update logo for website
a8231f36 is described below

commit a8231f366b7e53d823ffd4b70e421fcaf079143c
Author: Yuan <[email protected]>
AuthorDate: Fri Aug 21 09:16:31 2026 +0100

    Update logo for website
    
    Signed-off-by: Yuan <[email protected]>
---
 _config.yml                  | 2 +-
 _includes/gluten/footer.html | 2 +-
 _includes/gluten/head.html   | 2 +-
 _includes/gluten/navbar.html | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index 7f57e821..2285ced4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -40,7 +40,7 @@ plugins:
   - jekyll-readme-index          # GitHub Pages
   - jekyll-relative-links        # GitHub Pages
 
-logo: "/assets/images/gluten-logo-blue.png"
+logo: "/assets/images/gluten-logo.svg"
 
 # Top navigation links used by the custom site layouts (base/page/post).
 # Docs pages under _docs keep the just-the-docs theme navigation.
diff --git a/_includes/gluten/footer.html b/_includes/gluten/footer.html
index 13ed69af..53f017c1 100644
--- a/_includes/gluten/footer.html
+++ b/_includes/gluten/footer.html
@@ -3,7 +3,7 @@
     <div class="footer-grid">
       <div class="footer-brand">
         <a href="/" class="navbar-brand">
-          <img src="/assets/images/gluten-logo-blue.png" alt="Gluten">
+          <img src="/assets/images/gluten-logo.svg" alt="Gluten">
           Apache Gluten
         </a>
         <p>A middle layer responsible for offloading JVM-based SQL engines' 
execution to native engines.</p>
diff --git a/_includes/gluten/head.html b/_includes/gluten/head.html
index b3c0d3b7..b7970dbc 100644
--- a/_includes/gluten/head.html
+++ b/_includes/gluten/head.html
@@ -20,5 +20,5 @@
 <link rel="preconnect" href="https://fonts.gstatic.com"; crossorigin>
 <link 
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
 rel="stylesheet">
 <link rel="stylesheet" href="/assets/css/style.css">
-<link rel="icon" href="/assets/images/gluten-logo-blue.png" type="image/png">
+<link rel="icon" href="/assets/images/gluten-logo.svg" type="image/svg+xml">
 {% feed_meta %}
diff --git a/_includes/gluten/navbar.html b/_includes/gluten/navbar.html
index acf2673c..985e626e 100644
--- a/_includes/gluten/navbar.html
+++ b/_includes/gluten/navbar.html
@@ -1,7 +1,7 @@
 <nav class="navbar" id="navbar">
   <div class="container">
     <a href="/" class="navbar-brand">
-      <img src="/assets/images/gluten-logo-blue.png" alt="Gluten">
+      <img src="/assets/images/gluten-logo.svg" alt="Gluten">
       Apache Gluten
     </a>
 


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

Reply via email to