Featured Repositories Widget (repositories)
The Repositories widget highlights pinned or top-starred repositories with repository descriptions, star counts (★), fork counts (⑂), primary languages, and update timestamps.
Configuration Schema
'list' | 'grid'
default:"list"
list: Full-width stacked cards with left vertical accent stripe.grid: Two-column responsive card matrix.
'stars' | 'forks' | 'updated' | 'name'
default:"stars"
Sort order applied to public repositories when
selectedRepos is not provided.string[]
Manual list of repository names (e.g.
['GitAscii', 'next-starter']) taking precedence over automatic sorting.