gclintrimble/LinkedIn README Article Cards
Render LinkedIn article cards as static SVGs and embed them in your README between comment markers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | Comma-separated LinkedIn /pulse/ or /posts/ article URLs to render. | no | "" |
| profile_url | recent-activity/articles URL the card grid links to (opens in a new tab). | no | "" |
| config_file | Path to a committed JSON config. When set it is authoritative (supports overrides + variants) and the inline style inputs below are ignored. Use this when the runner is authwalled by LinkedIn. | no | "" |
| max | Maximum number of tiles to render (1-6). | no | 4 |
| columns | Number of grid columns (1-4). | no | 2 |
| output_dir | Directory (relative to repo root) the SVGs are written to. | no | assets |
| comment_tag_name | README marker name; cards go between <!-- {name}-START --> and <!-- {name}-END -->. | no | LINKEDIN-CARDS |
| readme | Path to the README to rewrite. | no | README.md |
| width | Per-tile width in px (220-1200). | no | "" |
| border_radius | Corner radius in px (0-40). | no | "" |
| image_ratio | Cover image height as a fraction of width (0.0-1.0). | no | "" |
| max_title_lines | Max title lines before truncation (1-4). | no | "" |
| max_description_lines | Max description lines before truncation (0-5). | no | "" |
| background_color | Card background color (hex). | no | "" |
| title_color | Title text color (hex). | no | "" |
| description_color | Description text color (hex). | no | "" |
| stats_color | Likes/stats text color (hex). | no | "" |
| accent_color | Placeholder block color when no image is available (hex). | no | "" |
| font_family | Font family for all text. | no | "" |
Outputs
no outputs