This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 1e37c6068 fix fory logo and preview (#345)
1e37c6068 is described below
commit 1e37c6068e9d3c04058e3f9e32f3dd5d2abcacbf
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Oct 29 19:20:54 2025 +0800
fix fory logo and preview (#345)
---
docusaurus.config.ts | 7 ++++++-
static/img/fury_banner.png | Bin 78244 -> 23084 bytes
static/img/logo.png | Bin 50304 -> 18333 bytes
static/img/navbar-logo.svg | 7 -------
4 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 4271bfe02..f4e8c080e 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -97,7 +97,13 @@ const config: Config = {
themeConfig: {
metadata: [
{ 'http-equiv': 'Content-Security-Policy', content: "frame-src 'self'
https://ghbtns.com/;" },
+ { property: 'og:image', content: 'https://fory.apache.org/img/logo.png'
},
+ { property: 'og:image:width', content: '1500' },
+ { property: 'og:image:height', content: '1500' },
+ { name: 'twitter:card', content: 'summary_large_image' },
+ { name: 'twitter:image', content: 'https://fory.apache.org/img/logo.png'
},
],
+ image: 'img/logo.png',
navbar: {
title: '',
logo: {
@@ -270,4 +276,3 @@ const config: Config = {
export default config;
-
diff --git a/static/img/fury_banner.png b/static/img/fury_banner.png
index 4d079727c..eb7039f12 100644
Binary files a/static/img/fury_banner.png and b/static/img/fury_banner.png
differ
diff --git a/static/img/logo.png b/static/img/logo.png
index 0e25bf060..8962eba81 100644
Binary files a/static/img/logo.png and b/static/img/logo.png differ
diff --git a/static/img/navbar-logo.svg b/static/img/navbar-logo.svg
deleted file mode 100644
index 2808e5838..000000000
--- a/static/img/navbar-logo.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="84px" height="22.1176471px" viewBox="0 0 84 22.1176471"
version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>logo</title>
- <g id="页面-1" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd">
- <image id="logo" x="0" y="0" width="84" height="22.1176471"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABZQAAAF4CAYAAADDmnzbAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAFlKADAAQAAAABAAABeAAAAAB7NRMbAABAAElEQVR4AeydB5wURfbHq3ry7sIuIFFAXBOCKCAYODzx/sodIoIBPfT0FHMWE4bT2/M8EwoqggoIqKjIeioi5oCiYtY785lFsrJ5J3V3/asXZpldNkzPVHWa33zOm5nuV7/33rdmmZnXNa8owQ0EQAAEQAAEQAAEQMCVBFjZxGCioqZ/i8EnUkeDqQct3ydbOhzYdrBRZ9uhpo+4fosaTa0anj
[...]
- </g>
-</svg>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]