website: Add GSoC 2026 logo to navbar#4418
Conversation
Signed-off-by: Ishan <sarkarishan2005@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Ishan-AI-coder. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
🚫 This command cannot be processed. Only organization members or owners can use the commands. |
Signed-off-by: Ishan <sarkarishan2005@gmail.com>
Fixes #4351
What this PR does
Adds the GSoC 2026 logo, label, and "Ongoing" status badge to the top navbar,
using the same pattern previously used for GSoC 2025 (which was already
present in
config.tomlas a commented-out template).[[menu.main]]entry inconfig.tomlto pointto GSoC 2026 (logo, label, badge).
urlfront-matter field tocontent/en/events/upcoming-events/gsoc-2026.md, matching the conventionused in the 2024/2025 GSoC event pages, so the link won't break once this
page moves to
/past-events/.Testing
Built and previewed locally with
hugo serverand verified the navbarrenders the logo, label, and badge correctly, linking to
/events/gsoc-2026/without a 404. Also confirmed
hugo --gc --minifycompletes cleanly.Notes
I'd asked on the issue whether this was still wanted but hadn't gotten a
response yet — opening this PR now so there's concrete code to review.
Happy to close or rework if this turns out to be unnecessary.