This is an automated email from the ASF dual-hosted git repository.
ryankert01 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 38916d32a fix(website): serve author avatar as local asset instead of
GitHub hotlink (#1377)
38916d32a is described below
commit 38916d32aacf9039e236578059aa6dadd3e2bfde
Author: Ryan Huang <[email protected]>
AuthorDate: Sat Jun 6 00:28:34 2026 +0800
fix(website): serve author avatar as local asset instead of GitHub hotlink
(#1377)
ASF infra does not allow hotlinking external images, so the GitHub
avatar URL fails to load on the published site. Download the avatar
into website/static/img/authors/ and reference it locally.
---
docs/blog/authors.yml | 2 +-
website/static/img/authors/ryankert.png | Bin 0 -> 65200 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/blog/authors.yml b/docs/blog/authors.yml
index 36921c866..e6091954e 100644
--- a/docs/blog/authors.yml
+++ b/docs/blog/authors.yml
@@ -9,4 +9,4 @@ ryankert:
name: Ryan Huang
title: Apache Mahout Committer
url: https://github.com/ryankert01
- image_url: https://github.com/ryankert01.png
+ image_url: /img/authors/ryankert.png
diff --git a/website/static/img/authors/ryankert.png
b/website/static/img/authors/ryankert.png
new file mode 100644
index 000000000..a2fb1fa0f
Binary files /dev/null and b/website/static/img/authors/ryankert.png differ