GitHub Profile 작성 (깃.꾸)

혜혜·2023년 1월 1일

GitHub

목록 보기
1/1
post-thumbnail

깃.꾸 시작...

🦝 Create a new repository → README.md

  • username 과 동일한 이름의 Repository 생성

  • README.md 파일 추가

🦝 헤더 이미지 추가

https://github.com/kyechan99/capsule-render#how-to-use
↑ capsule-render 이용


요런 식으로 간단하게 헤더 이미지를 추가할 수 있다.

![header](https://capsule-render.vercel.app/api?type=waving&customColorList=0,2,10&height=200&section=header&text=welcome🦝&fontSize=90)

🦝 기술 스택 뱃지 추가하기

해당 사이트에서 사용하고 싶은 아이콘을 검색하고 컬러를 복사할 수 있다. 😃

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

요런 식으로 아이콘 이름과 컬러 코드를 넣어주면,
이런 식으로 뱃지가 나타남!

+) 참고로 C++은 '+' 그대로 치면 아이콘이 정상적으로 나타나지 않기 때문에 %2B로 치환해주어야 함😮

  <img src="https://img.shields.io/badge/C%2B%2B-00599C?style=flat-square&logo=C%2B%2B&logoColor=white"/>

🦝 GitHub Stats 표시하기

★ 중요 링크 : https://github.com/anuraghazra/github-readme-stats
자신의 username 을 넣어 코드를 수정하면 GitHub Stats 을 표시할 수 있음

  ![{본인 username}'s github stats](https://github-readme-stats.vercel.app/api?username={본인 username}&show_icons=true) 
  [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username={본인 username}&layout=compact)](https://github.com/leehyewon0531)

잡담

1월 1일에 하기 적당한 컨텐츠였다... 근데 GitHub Stats 너무 빈약해서 열심히 살아야겠다는 생각이 들었다 ^^; ㅋㅋㅋㅋ

profile
쉽게만살아가면재미없어빙고

0개의 댓글