site: rename title to Awsome-Distributed-AI Deep Dives#1104
Merged
Conversation
Match the repo's current name (awsome-distributed-ai) in the site title. The repo was renamed from awsome-distributed to awsome-distributed-ai earlier in 2026; the published site has been following the new path (https://awslabs.github.io/awsome-distributed-ai/) but the title in hugo.toml still referenced the old name.
1 task
KeitaW
added a commit
that referenced
this pull request
May 18, 2026
…uted-ai (#1105) 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
Updates the site title in
hugo.tomlto match the repo's current name (awsome-distributed-ai).One-line change; affects the header, browser tab title, RSS feed
<title>, and OpenGraph title across all pages.Test plan
Related stale references (not in this PR)
Two other lines in
hugo.tomlstill reference the oldawsome-distributedname. They're left alone here so this PR stays a one-line title change. Worth a follow-up PR:baseURL = "https://awslabs.github.io/awsome-distributed/"— Hugo uses this for absolute URLs in the sitemap, RSS feed, and anyabsURL-using template. GitHub Pages serves the redirect so visitors aren't affected, but external tools (RSS readers, OG-card crawlers) see URLs pointing at the old path.description = "...companion to awslabs/awsome-distributed."— same naming inconsistency.