Update developer count in SubscriptionForm and newsletter pages; add … #489
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates across multiple files, primarily focused on introducing a new blog post about UV, a Python package manager, and updating related components to reflect new content and statistics. Additionally, minor UI adjustments and dependency updates were made.
Content Updates:
docs/blog/python-uv-package-manager.md: Added a detailed blog post introducing UV, a lightning-fast Python package manager written in Rust. The post covers UV's features, performance benefits, installation methods, commands, workflows, and comparisons with traditional tools like pip and Poetry.src/pages/changelog.md: Updated the changelog to include the new blog post and note the dependency updates.UI and Component Updates:
src/components/SubscriptionForm.vueandsrc/pages/newsletter.vue: Updated the number of Python developers subscribed to the newsletter from "14,100+" to "16,318+". [1] [2]src/components/layout/TheNavbar.vue: Replaced the "new website" badge with a "✨ Blog" badge linking to the new UV blog post.Minor Adjustments:
src/components/ui/BaseBadgeNotice.vue: Removed unnecessaryhrefattribute from a<p>tag to clean up the code.…new blog post about UV package manager