Skip to content

site: rename title to Awsome-Distributed-AI Deep Dives#1104

Merged
KeitaW merged 1 commit into
contentfrom
title-update-awsome-distributed-ai
May 18, 2026
Merged

site: rename title to Awsome-Distributed-AI Deep Dives#1104
KeitaW merged 1 commit into
contentfrom
title-update-awsome-distributed-ai

Conversation

@KeitaW
Copy link
Copy Markdown
Collaborator

@KeitaW KeitaW commented May 18, 2026

Summary

Updates the site title in hugo.toml to match the repo's current name (awsome-distributed-ai).

-title = "Awsome-Distributed Deep Dives by the AWS Frameworks Team"
+title = "Awsome-Distributed-AI Deep Dives by the AWS Frameworks Team"

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.toml still reference the old awsome-distributed name. They're left alone here so this PR stays a one-line title change. Worth a follow-up PR:

  • L1: baseURL = "https://awslabs.github.io/awsome-distributed/" — Hugo uses this for absolute URLs in the sitemap, RSS feed, and any absURL-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.
  • L7: description = "...companion to awslabs/awsome-distributed." — same naming inconsistency.

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.
@KeitaW KeitaW merged commit 68660d6 into content May 18, 2026
3 of 5 checks passed
@KeitaW KeitaW deleted the title-update-awsome-distributed-ai branch May 18, 2026 01:39
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant