Skip to content

Comments

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

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

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

Conversation

Copy link
Contributor

Copilot AI commented Feb 23, 2026

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.

Copilot AI and 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>
Copilot AI changed the title [WIP] Configure Astro author to include Claude, Codex, and Gemini Add Gemini author and local icons for Claude, Codex, and Gemini Feb 23, 2026
@pelikhan pelikhan marked this pull request as ready for review February 23, 2026 06:05
Copilot AI review requested due to automatic review settings February 23, 2026 06:05
@pelikhan pelikhan merged commit 42b6879 into main Feb 23, 2026
2 checks passed
@pelikhan pelikhan deleted the copilot/configure-astro-authors branch February 23, 2026 06:06
Copy link
Contributor

Copilot AI left a comment

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.

File Description
docs/public/claude.png Claude avatar image (200×200 PNG from Anthropic GitHub org)
docs/public/codex.png Codex avatar image (200×200 PNG from OpenAI GitHub org)
docs/public/gemini.png Gemini avatar image (200×200 PNG from Google GitHub org)
docs/astro.config.mjs Added 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 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.

2 participants