Skip to content

Add Gemini author and local icons for Claude, Codex, and Gemini - #17837

Merged
pelikhan merged 3 commits into
mainfrom
copilot/configure-astro-authors
Feb 23, 2026
Merged

Add Gemini author and local icons for Claude, Codex, and Gemini#17837
pelikhan merged 3 commits into
mainfrom
copilot/configure-astro-authors

Conversation

CopilotAI commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

Adds Gemini as a blog co-author alongside Claude and Codex, and replaces remote/fallback GitHub avatar lookups for all three with locally-hosted PNGs.

Icons

Downloaded 200×200 PNGs from official GitHub org avatars to docs/public/:

  • claude.png — Anthropic org (u/76263028)
  • codex.png — OpenAI org (u/14957082)
  • gemini.png — Google org (u/1342004)

astro.config.mjs

  • Added gemini author entry (https://gemini.google.com, /gh-aw/gemini.png)
  • Pinned picture on claude and codex to local paths instead of relying on the https://github.com/${key}.png fallback

Usage

Any blog post can now reference all four AI co-authors:

authors:
- claude
- codex
- gemini
- copilot
Original prompt

Configure Astro author to include Claude, Codex, and Gemini. Decide on appropriate icons for each, download them for local use, and ensure they can be added as co-authors on any entry.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

CopilotAIand others added 2 commits February 23, 2026 06:02
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Configure Astro author to include Claude, Codex, and GeminiAdd Gemini author and local icons for Claude, Codex, and GeminiFeb 23, 2026
@pelikhan
pelikhan marked this pull request as ready for review February 23, 2026 06:05
CopilotAI review requested due to automatic review settings February 23, 2026 06:05
@pelikhan
pelikhan merged commit 42b6879 into mainFeb 23, 2026
2 checks passed
@pelikhan
pelikhan deleted the copilot/configure-astro-authors branch February 23, 2026 06:06

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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 adds Gemini as a new blog co-author and replaces remote GitHub avatar lookups with locally-hosted PNG files for the three AI co-authors: Claude, Codex, and Gemini.

Changes:

  • Added three 200×200 PNG avatar images downloaded from official GitHub organization profiles
  • Updated author configuration to use local image paths instead of relying on remote GitHub avatars
  • Added Gemini as a new available co-author alongside Claude, Codex, and Copilot

Reviewed changes

Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.

FileDescription
docs/public/claude.pngClaude avatar image (200×200 PNG from Anthropic GitHub org)
docs/public/codex.pngCodex avatar image (200×200 PNG from OpenAI GitHub org)
docs/public/gemini.pngGemini avatar image (200×200 PNG from Google GitHub org)
docs/astro.config.mjsAdded explicit picture paths for Claude and Codex, and new Gemini author entry

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

Sign up for freeto 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

@pelikhan