site: update baseURL + description + home-page link to awsome-distributed-ai#1105
Merged
Conversation
…uted-ai The repo was renamed from awsome-distributed to awsome-distributed-ai earlier in 2026. PR #1104 fixed the site title; this PR follows up with the three remaining stale references in hugo.toml: - baseURL was https://awslabs.github.io/awsome-distributed/ — Hugo uses this for absolute URLs in the sitemap, RSS feed, and any absURL-using template. GitHub Pages was redirecting visitors from the old path, but external tools (RSS readers, OG-card crawlers) saw URLs pointing at the old repo path. - [params].description mentioned 'companion to awslabs/awsome-distributed' — surfaces in the <meta name=description> tag on every page. - [params.homeInfoParams].Content had the same stale link in the home-page byline (both the link text and the target URL). Verified after edit: no remaining 'awsome-distributed' (without -ai) references in hugo.toml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #1104. The repo was renamed from
awsome-distributedtoawsome-distributed-aiearlier in 2026 — #1104 fixed the site title; this PR clears the three remaining stale references inhugo.toml:Why each one matters
baseURLsitemap.xml, the RSS feed, and any template usingabsURL. GitHub Pages handles the redirect for human visitors, so the site was reachable, but external tools (RSS readers, OG-card crawlers, search engines) saw URLs pointing at the old repo path.[params].description<meta name="description">tag on every page — the snippet search engines and link-previewers display.[params.homeInfoParams].ContentAfter edit,
grep -E 'awsome-distributed[^-]' hugo.tomlreturns no matches.Test plan
awslabs/awsome-distributed-aiand the link target ishttps://github.com/awslabs/awsome-distributed-ai/sitemap.xmlshows post URLs underawsome-distributed-ai, notawsome-distributed/index.xmlmatches