GitHub Readme 꾸미기
깃허브 프로필 Readme.md 파일을 꾸며 다음과 같이 깃허브 프로필을 꾸밀 수 있습니다.
사용방법은 개발자 소연님의 블로그 글을 참고하였습니다.
http://blog.cowkite.com/blog/2102241544/
Github 프로필
Shields.io - 뱃지 생성
https://shields.io/를 이용하여 다음과 같이 뱃지를 생성할 수 있습니다.

다음과 같은 형태로 생성이 가능합니다.
<img src="https://img.shields.io/badge/Android-3DDC84?style=flat-square&logo=Android&logoColor=white"/>
https://img.shields.io/badge = 고정
Android -> 해당 문구
3DDC84 -> 색깔
style=flat-square -> 뱃지 모양
logo -> 뱃지 로고
logoColor = 글씨 색깔
아이콘은 Simple Icons 에 있는 모든 아이콘이 사용 가능합니다.
https://simpleicons.org/
productive-box - 커밋 시간표시

1. 다음 링크로 들어가 Repository를 Fork 합니다. (한국에 맞게 변형된 저장소)
github.com/techinpark/productive-box

2. 새로운 gist를 작성해 줍니다. 제목과 내용은 아무렇게 해도 괜찮습니다.

3. gist를 생성하면 다음과 같이 url이 생성되는데 GIST_ID로 따로 보관하여 줍니다.
https://gist.github.com/TalkativeJin/1559678b9b52c804de1243349c4f2691
4.Github Token 생성
Github Setting > Developer settings > Personal access tokens 로 들어가서 새로운 토큰을 생성해줍니다.

repo와 gist를 체크해 준 후 생성하여 줍니다.
생성된 토큰값은 다시 보여주지 않으니 꼭 메모를 해둬야 합니다!

4. 발급받은 GIST_ID 와 Token을 적용합니다.
Fork 했던 저장소로 돌아가 setting > Secret로 들어가 새로운 환경변수로 작성하여 줍니다.


5. 저장소의 Action 탭으로 들어가 enable로 활성화 시켜줍니다.
그 후 update gist 에서 Enable workflow 를 눌러주면 모든 과정이 끝나게 됩니다.

github-stats-box - 깃허브 상태창

해당 상태창도 위와 같은 동일한 방법으로 사용할 수 있습니다.
https://github.com/bokub/github-stats-box
원본글의 Project setup을 참고하여 설정가능합니다.
1. Fork this repository
2. From your new fork, go to Settings > Secrets
3. Add the following secret using the New secret button:
GH_TOKEN: The GitHub token generated above.
4. Go to the Actions tab of your fork and click the "enable" button
5. Edit the environment variables at the end of the file .github/workflows/run.yml
- GIST_ID: The ID portion from your gist url: https://gist.github.com/bokub/1cc900d92b9acc15786d7553b46a2cdf.
- ALL_COMMITS: Boolean value, If true it will count all commits instead of last year commits
- K_FORMAT: Boolean value, If true, large numbers values will be formatted with a "k", for example 1.5k
That's it! You gist will be updated immediately, and every 12 hours after that