상세 컨텐츠

본문 제목

[GIT] 깃허브 내 프로필 꾸미기

갭알/GIT

by ranlan 2021. 8. 11. 12:04

본문

728x90

밍경이가 알려준 내 깃허브 프로필 꾸미기

아직 보잘것없는 내 깃허브지만.. 열심히 채워나가야지


 

1. 프로필 레퍼지토리 생성

 먼저 내 아이디로 레퍼지토리 생성

난 이미 만들어진 상태에서 포스팅때문에 새로 생성하려했더니 이름이 있다고 뜨지만 암튼 저렇게 아래에 귀여운 고양이가 나와서 special ✨ repository 라고 알려준다.

이때 중요한 것은 공개 범위는 Public 으로, 그리고 아래 □ Add a README file 에 체크할 것!

 

생성하고나면 이렇게 README.md 파일이 기본으로 생기고

 

내 깃허브 들어갔을 때 메인 페이지에서 보이게 된다!

 

아까 만든 레퍼지토리에 들어가 README.md 수정을 통해 보여지는 내용을 바꿀 수 있다.

 

 

 

2. 뱃지 만들기

다른 사람들이 어떻게 프로필을 꾸미다 찾아보다가 알게된 뱃지

 

 

이렇게 뱃지 만들때 앞에 아이콘을 넣어주면 보기에 깔끔하고 이쁘다

 

뱃지 만들때 참고하는 사이트에는 주로 이렇게 두 곳 있는데

- https://shields.io/

 

Shields.io: Quality metadata badges for open source projects

Love Shields? Please consider donating to sustain our activitiesYour BadgeStaticUsing dash "-" separator/badge/ - - Dashes --→- DashUnderscores __→_ Underscore_ or Space  →  SpaceUsing query string parameters/static/v1?label= &message= &color= Colo

shields.io

- https://simpleicons.org/

 

Simple Icons

1982 Free SVG icons for popular brands.

simpleicons.org

난 아래 사이트를 이용하였다.

 

먼저 원하는 키워드 검색 후 모양과 이름, 색상을 확인한 다음 README.md 에 이렇게 작성

<a href="{연결할 링크}" target="_blank"><img src="https://img.shields.io/badge/{쓰고 싶은 텍스트}-{컬러 코드}?style=flat-square&logo={브랜드 이름}&logoColor=white"/></a>

예를 들어 ..

이렇게 검색하고
이렇게 작성하면(a태그는 빼줌)

 

이렇게 보임

a 태그를 추가하여 링크를 걸수도 있음(target 이용하여 새 페이지로 뜨도록 설정)

 

 

 

3. Github Stats 

이번에는 깃허브 통계 추가하기

[참고] https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md

![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username={사용자ID}&show_icons=true&theme={원하는테마명})

A+ 이라니 내 학점이나 죄다 A+ 이였으면 좋으련만,,

 

 

4. 깃허브 사용시간(github-actions) 통계 레퍼지토리

[productive-box] https://github.com/maxam2017/productive-box

 

GitHub - maxam2017/productive-box: Are you an early 🐤 or a night 🦉? Let's check out in gist

Are you an early 🐤 or a night 🦉? Let's check out in gist - GitHub - maxam2017/productive-box: Are you an early 🐤 or a night 🦉? Let's check out in gist

github.com

++ 추가할 예정..

 

5. 그 외 Highlights

나는 현재 이렇게 2가지가 있는디

 

Developer Program Member

[Github Developer] https://developer.github.com/program/

 

GitHub Developer

Get started with one of our guides, or jump straight into the API documentation.

developer.github.com

깃허브 개발자의 멤버가 된다는 의미로 간단하게 페이지에서 등록하여 뱃지를 얻을 수 있다.

 

PRO

[Git Student Developer Pack] https://education.github.com/pack/offers

 

GitHub: Where the world builds software

GitHub is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

학교 이메일로 학생 인증해서 얻었당. 뿐만 아니라 웹사이트 도메인을 공짜로 얻을 수 있다던지 AWS 교육용 크레딧을 제공받는다는 등 다양한 혜택이 있다고 한다.

 

Arctic Code Vault Contributor

[Github Archive] https://archiveprogram.github.com/

 

GitHub Archive Program

Preserving open source software for future generations

archiveprogram.github.com

난 추가하지 않았지만 이런것도 있다.

나의 레포지토리들을 북극 250미터 지하에 위치한 장기 보관 시설(Article World Archive)에 보관한다는 의미인데 이는 우리의 미래 세대를 위해 오픈소스 소프트웨어를 북극에 저장하는 것에 참여하겠다는 의미라고 함!

 

728x90

'갭알 > GIT' 카테고리의 다른 글

[GIT] 깃 브랜치(branch)를 사용해보자  (0) 2022.05.24
[GIT] 커밋 메시지 변경  (0) 2021.11.29
[GIT] git pull 병합 오류  (0) 2021.11.08
[GIT] 간단한 Git 명령어 모음  (0) 2021.03.08
[GIT] Github Blog 시작하기  (0) 2021.03.06

관련글 더보기

댓글 영역