Opus
Jekyll site url points to a different repo than the project
- docs/_config.yml:1-5
The project root identifies this repository as AntFleet/aeon-bench, but the Jekyll site config sets url to https://aaronjmars.github.io/aeon and the social link/author URL also point to github.com/aaronjmars/aeon. When this docs/ site is published via GitHub Pages from AntFleet/aeon-bench, generated absolute links (canonical URL, RSS feed, social meta tags) will point at a completely different site/user. This breaks SEO, sitemap, and any 'fork the repo and your copy inherits this page' promise the status page itself makes — a fork will inherit the upstream's hard-coded URL rather than auto-detecting.
Recommendation
Either remove the hard-coded `url`/`baseurl`/author URL (letting GitHub Pages inject the correct site.github.url) or update them to the AntFleet/aeon-bench Pages URL. Same for the minima social_links and author.url.