상세 컨텐츠

본문 제목

GitHub 프로필 관리 README

GitHub

by chanmyeong 2022. 12. 5. 22:44

본문

STEP1.

New repository 만들기

나의 github 계정이름과 똑같은 이름의 repository를 만든다.

 

공식문서 참고

https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme

 

Managing your profile README - GitHub Docs

About your profile README You can share information about yourself with the community on GitHub.com by creating a profile README. GitHub shows your profile README at the top of your profile page. You decide what information to include in your profile READM

docs.github.com

 

STEP2.

README.MD 마크다운 형식으로 작성

README.MD 파일을 알맞게 수정한다.

띄워쓰기 :  

줄바꿈 : <br>

 

STEP3.

BADGE 활용하기

배지 https://shields.io/

아이콘 https://simpleicons.org/

사이트를 참고하여 아래와 같은 코드를 작성하면

<img src="https://img.shields.io/badge/기술이름-#제외색상번호?style=for-the-badge&logo=아이콘이름&logoColor=white">

Badge를 제작할 수 있다.

아이콘 이름은 simpleicons의 철자와 띄워쓰기까지 모두 일치해야 생성이 된다.

 

링크를 넣고 싶다면 해당 태그에 <a>태그를 추가하면 된다.

<a href="링크걸_주소"></a>

 

 

참고한 블로그

참고한 블로그에 기타 커스터마이징과 관련된 자료가 더 잘 정리되어있다.

https://velog.io/@woo0_hooo/Github-github-profile-%EA%B0%84%EC%A7%80%EB%82%98%EA%B2%8C-%EA%BE%B8%EB%AF%B8%EA%B8%B0

 

[Github] github profile 예쁘게 꾸미기

들어가자마자 보이는 첫 페이지 예쁘면 더 좋잖아요 ?!

velog.io

 

댓글 영역