git 프로필 꾸미는 방법

2023. 10. 9. 01:22기타

github를 지금까지 관리하지않았었는데 블로그에 기록하는 것과 마찬가지로 git도 관리하기로 마음먹었다.

 

먼저 프로필 이미지를 가져올건데 크기가 1MB를 넘어 가져올수가 없었다..

해당 버튼을 눌러 크기를 조절하자 !

 

그리고 userid와 같은 repository를 만들면 특별한 repo를 만들 수 있다.

 

이렇게 repo를 만들면 특별한 readme.md가 만들어지고 이를 꾸미면 된다!

꾸미기전에 헤더와 바디를 분리해 꾸미면 편하다.

 

최종 꾸민 모습

https://github.com/dyd131001

 

dyd131001 - Overview

dyd131001 has 7 repositories available. Follow their code on GitHub.

github.com

 

 

헤더 (capsule-render 오픈 API)

https://github.com/kyechan99/capsule-render

![header](https://capsule-render.vercel.app
/api?type=waving&color=3DDC84&height=150&section=header
&animation=fadeIn&desc=%20&descAlignY=42&descAlign=42)

위의 사이트를 통해 type을 선택할 수 있고 &를 통해 원하는 옵션을 추가할 수 있다!!

깃허브 이모티콘

https://security-nanglam.tistory.com/491

:clipboard:

:wave:

를 타이핑하면 예쁜 이모티콘이 된다!!

 

기술 뱃지 제작

https://shields.io/

<img src="https://img.shields.io/badge/Python-3DDC84?
style=flat-square&logo=Python&logoColor=white"/>

여기서 3DDC84는 배경 색상, python 대신 원하는 기술을 적으면 된다.

 

github 상태카드

https://github.com/anuraghazra/github-readme-stats

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/
?username=dyd131001&include_all_commits=true&count_private=true
&show_icon=true&theme=radical)](https://github.com/dyd131001/github-readme-stats)

아이디를 치면 바꿀 수 있다.

 

참고블로그

https://velog.io/@bi-sz/GitHub-%ED%94%84%EB%A1%9C%ED%95%84-%EA%BE%B8%EB%AF%B8%EA%B8%B0

 

[GitHub] 프로필 꾸미기

[GitHub] 프로필 꾸미기 1. ID 레퍼지토리 생성하기 2. REAMNE.md 꾸미기 2-1. 헤더 2-2. 방문자 수 2-3. GitHub 상태 카드 2-4 기술 뱃지 3. 전체코드

velog.io

 

'기타' 카테고리의 다른 글

공부 계획  (0) 2024.02.20