repositories
Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
GitHub users
<div class="repo p-2 text-center"> <a href="https://github.com/torvalds">
<img class="repo-img-light w-100" alt="torvalds" src="https://github-readme-stats.vercel.app/api/?username=torvalds&theme=default&show_icons=true">
<img class="repo-img-dark w-100" alt="torvalds" src="https://github-readme-stats.vercel.app/api/?username=torvalds&theme=dark&show_icons=true"> </a>
<div class="repo p-2 text-center"> <a href="https://github.com/alshedivat">
<img class="repo-img-light w-100" alt="alshedivat" src="https://github-readme-stats.vercel.app/api/?username=alshedivat&theme=default&show_icons=true">
<img class="repo-img-dark w-100" alt="alshedivat" src="https://github-readme-stats.vercel.app/api/?username=alshedivat&theme=dark&show_icons=true"> </a>
</div>
</div>