Skip to content

fix(website): brand as "Go Micro" not "GoMicro" - #4862

Merged
asim merged 1 commit into
masterfrom
claude/gomicro-spacing
Jul 29, 2026
Merged

fix(website): brand as "Go Micro" not "GoMicro"#4862
asim merged 1 commit into
masterfrom
claude/gomicro-spacing

Conversation

@asim

@asim asim commented Jul 29, 2026

Copy link
Copy Markdown
Member

The site title, og:site_name, hero heading, PWA manifest, and package author read "GoMicro" with no space. Add the space everywhere it appears as a brand name.

Leaves the GoMicroToolkit Python class name in code samples untouched.

The site title, og:site_name, hero heading, PWA manifest, and package
author read "GoMicro" with no space. Add the space everywhere it
appears as a brand name.

Leaves the GoMicroToolkit Python class name in code samples untouched.
Copilot AI review requested due to automatic review settings July 29, 2026 09:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes the website brand text to “Go Micro” (with a space) across site metadata and UI, aligning the docs site presentation with the intended project branding.

Changes:

  • Updated PWA/web manifest short_name values to “Go Micro”.
  • Updated website metadata strings (Hugo language title/description, Apple web app title meta tag).
  • Updated visible homepage hero brand text and the website package author string.

Reviewed changes

Copilot reviewed 1 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
internal/website/static/favicons/site.webmanifest Updates PWA manifest short_name to the spaced brand name.
internal/website/package.json Updates the author string to “Go Micro …”.
internal/website/layouts/_partials/favicons.html Updates Apple web app title meta content to “Go Micro”.
internal/website/hugo.yaml Updates Hugo language title/description for consistent branding.
internal/website/content/en/_index.md Updates homepage hero brand text to “Go Micro”.
internal/website/assets/icons/favicon/site.webmanifest Keeps favicon source manifest aligned with the generated/static manifest branding.
internal/website/assets/icons/favicon-settings.json Updates favicon generator settings shortName to match branding.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<div class="text-center mb-5">
<h1 class="display-3 fw-bold mb-4">
<span class="gradient-text">GoMicro</span></br>
<span class="gradient-text">Go Micro</span></br>
@asim
asim merged commit 8f18942 into master Jul 29, 2026
12 of 15 checks passed
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.

3 participants