Что нового
  • Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

Github Stats on your Github profile page

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
6,187
Баллы
155
Header picture credit: Grok2

Ever wondered how some GitHub profiles stand out with dynamic stats, vibrant visuals, and an interactive feel? Welcome to the art of creating a dynamic GitHub profile page! In this post, we'll dive into showcasing your coding prowess through GitHub statistics to turn your profile into a living resume of your coding journey. Let's make your GitHub profile not just a page, but an experience.

Create a GitHub Profile README:


GitHub allows you to create a special repository named after your username (e.g., yourusername/yourusername).

Navigate to GitHub's homepage and start creating a new repository. Set the name of the repository to your GitHub username.

Ensure the repository is initialised with a README.md file. This file will be displayed on your profile page.

Here is how you add Dynamic GitHub Stats:

GitHub Readme Stats:


Use services like github-readme-stats by

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

to generate dynamic stats. You can include your GitHub contributions, stars, forks, and languages used. Here's how you can add it to your README:

Copy the Markdown link below, replacing yourname with your GitHub username:

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


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



You can customise the appearance via query parameters -

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

.

Here is one example - adding icons and changing the theme

Copy the Markdown link below, replacing yourname with your GitHub username

[![yourname's GitHub stats](https://github-readme-stats.vercel.app/api?username=yourname&show_icons=true&theme=radical)](https://github.com/yourname)


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



Displaying Specific Stats:


Top Languages: Show the languages you most frequently use by adding:

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=yourname)](https://github.com/yourname)


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



Streak Stats: Include your coding streak with:

Copy the Markdown link below, replacing yourname with your GitHub username

[![GitHub Streak](https://streak-stats.demolab.com?user=yourname&border_radius=6)](https://github.com/yourname)


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



Profile Readme Generator Tools:


If you're looking for a more user-friendly way, tools like



  1. Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.





  2. Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.





  3. Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



can help you create a personalised README with various stats and styles. These tools provide templates and easy customisation options for your profile.

I am sure there is more you can showcase such as, list your top repos and the stats relating to them - check out

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

in case you are interested.

That's it devs. By integrating these elements, you can enhance your GitHub profile to better showcase your coding activity and statistics. The exact customisation and choice of services depend on what you want to highlight on your profile.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх