Hashnode Cards Generator
Version updated for https://github.com/Saul-Lara/hashnode-cards to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Hashnode Cards Generator GitHub Action automates the creation of customizable SVG cards displaying your latest Hashnode articles and optional blog statistics. It fetches articles via the Hashnode API, generates visually appealing cards in various layouts, and updates your repository’s README.md with these cards using marker-based content injection. This action helps streamline the process of showcasing your content on GitHub while providing flexibility and error handling.
What’s Changed
Hashnode Cards Generator v1.1.0
🚀 This release introduces support for Hashnode stats and enhanced card generation.
✨ New Features
- 📊 Optional Hashnode stats card
- ⚡ Stats calculation modes:
partial(fast, based on latest posts)full(accurate, uses pagination)
- 🎨 Support for multiple card types:
largehorizontal
🧪 Improvements
- Improved logging for stats fetching
- Better error handling and validation