-
Notifications
You must be signed in to change notification settings - Fork 355
chore(blog): a bit of tag and markdown housekeeping #5477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 performs blog housekeeping by adding truncation markers to improve list page rendering and consolidating tags to use existing categories instead of one-off custom tags.
Key Changes
- Adds
<!-- truncate -->markers to 3 blog posts for better rendering on the blog listing page - Replaces custom tags (
nftables,kube-proxy,oss,GB200) with existing reusable tags (networking,open-source,nvidia) - Adds two new tag landing pages (
gpuandnvidia) to support better categorization of GPU-related content
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| website/blog/tags.yml | Adds gpu and nvidia tag definitions with descriptions following the established format |
| website/blog/2025-11-19-nftables-in-kube-proxy/index.md | Adds truncate marker, replaces custom tags with networking tag, removes redundant "Summary" heading |
| website/blog/2025-11-18-azure-linux-gpu-on-aks/index.md | Adds truncate marker, removes redundant "Introduction" heading |
| website/blog/2025-10-24-dynamo-on-aks/index.md | Adds truncate marker, replaces oss with open-source and adds nvidia tag |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
KenKilty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gpuandnvidia