mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.git
synced 2026-09-04 00:56:21 +02:00
Enhance README cards with additional options
Updated options for stats and top languages cards to include additional parameters such as background color, theme, and border visibility.
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
uses: readme-tools/github-readme-stats-action@v1
|
||||
with:
|
||||
card: stats
|
||||
options: username=${{ github.repository_owner }}&show_icons=true
|
||||
options: username=${{ github.repository_owner }}&show_icons=true&bg_color=00000000&theme=dark&hide_border=true&count_private=true
|
||||
path: profile/stats.svg
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: readme-tools/github-readme-stats-action@v1
|
||||
with:
|
||||
card: top-langs
|
||||
options: username=${{ github.repository_owner }}&layout=compact&langs_count=6
|
||||
options: username=${{ github.repository_owner }}&exclude_repo=DesktopMagic&bg_color=00000000&theme=dark&hide_border=true
|
||||
path: profile/top-langs.svg
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user