Skip to content

How does the creation of cards work? #1934

Answered by rickstaa
quijadajose asked this question in Q&A
Discussion options

You must be logged in to vote

@UNDESC0N0CID0 Thanks for your question. Can you elaborate on what you mean by display dynamically? The cards are dynamically generated based on the current account stats (with a cache period) when you use the following markdown:

[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)

If you mean render based on the user theme, you can use something like this:

<a href="https://www.linkedin.com/in/rickstaa#gh-light-mode-only">
<img src="https://img.shields.io/badge/LinkedIn-3572A5?style=for-the-badge&logo=linkedin&logoColor=white#gh-light-mode-only" alt="Connect with me on linkedin" >
</a>
<!-- Dark Mod…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by quijadajose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants