Skip to content

site: update baseURL + description + home-page link to awsome-distributed-ai#1105

Merged
KeitaW merged 1 commit into
contentfrom
site-fix-baseurl-description
May 18, 2026
Merged

site: update baseURL + description + home-page link to awsome-distributed-ai#1105
KeitaW merged 1 commit into
contentfrom
site-fix-baseurl-description

Conversation

@KeitaW
Copy link
Copy Markdown
Collaborator

@KeitaW KeitaW commented May 18, 2026

Summary

Follow-up to #1104. The repo was renamed from awsome-distributed to awsome-distributed-ai earlier in 2026 — #1104 fixed the site title; this PR clears the three remaining stale references in hugo.toml:

-baseURL = "https://awslabs.github.io/awsome-distributed/"
+baseURL = "https://awslabs.github.io/awsome-distributed-ai/"

-  description = "Posts about distributed ML training on AWS — companion to awslabs/awsome-distributed."
+  description = "Posts about distributed ML training on AWS — companion to awslabs/awsome-distributed-ai."

-Companion to [`awslabs/awsome-distributed`](https://github.com/awslabs/awsome-distributed).
+Companion to [`awslabs/awsome-distributed-ai`](https://github.com/awslabs/awsome-distributed-ai).

Why each one matters

Line Surface area
baseURL Hugo uses this for absolute URLs in sitemap.xml, the RSS feed, and any template using absURL. 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 Surfaces in the <meta name="description"> tag on every page — the snippet search engines and link-previewers display.
[params.homeInfoParams].Content The home-page byline under "Distributed ML on AWS" — both the visible link text and the GitHub URL it points at.

After edit, grep -E 'awsome-distributed[^-]' hugo.toml returns no matches.

Test plan

  • After merge, the deploy workflow rebuilds and:
    • The home page byline says awslabs/awsome-distributed-ai and the link target is https://github.com/awslabs/awsome-distributed-ai
    • The deployed sitemap at /sitemap.xml shows post URLs under awsome-distributed-ai, not awsome-distributed
    • The RSS feed at /index.xml matches

…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.
@KeitaW KeitaW merged commit 9b078a6 into content May 18, 2026
4 of 6 checks passed
@KeitaW KeitaW deleted the site-fix-baseurl-description branch May 18, 2026 01:43
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