ryankert01 opened a new pull request, #1377:
URL: https://github.com/apache/mahout/pull/1377

   ## Summary
   
   ASF infra does not allow hotlinking external images, so the GitHub avatar 
URL (`https://github.com/ryankert01.png`) fails to load on the published site.
   
   - Download the avatar into `website/static/img/authors/` and commit it as a 
local static asset
   - Update `docs/blog/authors.yml` (the single source of truth synced to 
`website/blog` at build time) to reference `/img/authors/ryankert.png`
   
   This follows the same pattern as the existing `mahout-team` author entry, 
which already uses local `/img/` paths resolved through `useBaseUrl` in the 
custom Author component.
   
   ## Testing
   
   - Verified the PNG is a valid 200x200 image served from `website/static` 
(Docusaurus serves `static/` at the site root)
   - Confirmed `website/scripts/sync-docs.js` re-syncs `docs/blog` → 
`website/blog` on every build (`prebuild` hook), so the source-of-truth edit 
propagates


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to