Skip to content

Website: Added GitHub Star Count#4326

Open
Ashish241 wants to merge 2 commits intokubeflow:masterfrom
Ashish241:master
Open

Website: Added GitHub Star Count#4326
Ashish241 wants to merge 2 commits intokubeflow:masterfrom
Ashish241:master

Conversation

@Ashish241
Copy link

Add GitHub star count to homepage
Fixes #3624

Summary:
This PR adds a GitHub star count section to the homepage.

Details:

Integrated star count display in hero section
Matches existing CSS styling
No additional heavy dependencies introduced
Tested locally with Hugo v0.124.1
Screenshots:

Before
Screenshot 2026-02-25 054257

After
Screenshot 2026-02-25 054326

Let me know if any adjustments are required.

@google-oss-prow google-oss-prow bot added the area/website AREA: Website Styles/Hosting/Serving label Feb 25, 2026
@google-oss-prow
Copy link

Hi @Ashish241. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions 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.

@github-actions
Copy link

🚫 This command cannot be processed. Only organization members or owners can use the commands.

Signed-off-by: Ashish Kumar <ashishkum2411@gmail.com>
Signed-off-by: Ashish241 <93699973+Ashish241@users.noreply.github.com>
@Ashish241
Copy link
Author

Hi maintainers,

This PR is ready for review. I have addressed the DCO issue and verified the changes locally with Hugo v0.124.1.

Kindly let me know if any modifications are required.

Thank you.

Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

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

/ok-to-test

Copy link
Member

@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

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

The UX looks good to me, since we have GitHub links to the Kubeflow projects.
@varodrig @tarekabouzeid @franciscojavierarceo @StefanoFioravanzo any thoughts?

Comment on lines +408 to +418
<div id="cncf" class="text-center">
<div class="container">
<div class="mx-auto col-md-4">
<img src="/docs/images/logos/cncf.svg" draggable="false" class="show_light-only img-fluid
alt=" Cloud Native Computing Foundation Logo" />
<img src="/docs/images/logos/cncf-white.svg" draggable="false" class="show_dark-only img-fluid
alt=" Cloud Native Computing Foundation Logo" />
</div>
<div class="cncf-title">We are a Cloud Native Computing Foundation project.</div>
</div>
</div> No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

Please can you remove changes unrelated to this PR?

class="argo-github-btn" title="GitHub Repository" data-github-repo="kubeflow/training-operator">
<i class="fab fa-github"></i>
<i class="far fa-star"></i>
<span>2.0k</span>
Copy link
Member

Choose a reason for hiding this comment

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

Do we require to manually update these values?
Is there a way to dynamically fetch it from the GitHub API?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, I can integrate dynamic star fetching without compromising the Core Web Vitals. By using placeholders and deferred JavaScript, i can keep the PageSpeed score high and the SEO intact.
I can wrap this feature into my current workflow along with the other requested changes to keep the PR clean and efficient. Let me know if you’d like me to include this in my next push.

Copy link
Member

Choose a reason for hiding this comment

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

I think, that is better, so we don't need to always update these values manually.

</p>
<div class="mt-auto d-flex justify-content-center">
<a href="https://github.com/kubeflow/kubeflow" target="_blank" rel="noopener" class="argo-github-btn"
title="GitHub Repository" data-github-repo="kubeflow/kubeflow">
Copy link
Member

Choose a reason for hiding this comment

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

The link should be kubeflow/notebooks: https://github.com/kubeflow/notebooks

</p>
<div class="mt-auto d-flex justify-content-center">
<a href="https://github.com/kubeflow/kubeflow" target="_blank" rel="noopener" class="argo-github-btn"
title="GitHub Repository" data-github-repo="kubeflow/kubeflow">
Copy link
Member

Choose a reason for hiding this comment

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

The link should be kubeflow/dashboard: https://github.com/kubeflow/dashboard

Copy link
Contributor

@franciscojavierarceo franciscojavierarceo left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@franciscojavierarceo
Copy link
Contributor

@andreyvelich i love it

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: franciscojavierarceo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [franciscojavierarceo]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Ashish241 Ashish241 changed the title GitHub star count Website: Added GitHub Star Count Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Home page to include main components and their GitHub Star count

4 participants