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

xiaokang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d20846  cache author images (#54)
0d20846 is described below

commit 0d20846f39ca65b8ebedc13009ee886862743d26
Author: Xiaokang Yang <[email protected]>
AuthorDate: Thu Nov 13 15:15:42 2025 +0800

    cache author images (#54)
---
 blog/authors.yml                       |   5 +++--
 static/img/authors/acezen.png          | Bin 0 -> 199368 bytes
 static/img/authors/semyonsinchenko.png | Bin 0 -> 268450 bytes
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/blog/authors.yml b/blog/authors.yml
index 81c3026..ba2989d 100644
--- a/blog/authors.yml
+++ b/blog/authors.yml
@@ -19,10 +19,11 @@ acezen:
   name: Weibin Zeng 
   title: Maintainer of GraphAr
   url: https://github.com/acezen
-  image_url: https://github.com/acezen.png
+  image_url: /img/authors/acezen.png
 
 ssinchenko:
   name: Sem Sinchenko
   title: Maintainer of GraphAr
   url: https://semyonsinchenko.github.io/ssinchenko/
-  image_url: https://avatars.githubusercontent.com/u/29755009
+  image_url: /img/authors/semyonsinchenko.png
+
diff --git a/static/img/authors/acezen.png b/static/img/authors/acezen.png
new file mode 100644
index 0000000..5d2a10a
Binary files /dev/null and b/static/img/authors/acezen.png differ
diff --git a/static/img/authors/semyonsinchenko.png 
b/static/img/authors/semyonsinchenko.png
new file mode 100644
index 0000000..31f8ce9
Binary files /dev/null and b/static/img/authors/semyonsinchenko.png differ


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

Reply via email to